Html Css Color HEX #EE70EF Violet

📋 copy color: '#EE70EF'

red 238 ◦ green 112 ◦ blue 239

#EE70EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet #EE70EF

Tints of Violet #EE70EF

RGB

 RED value IS 238 (93.36% from 255) = 40.41%

 GREEN value IS 112 (44.14% from 255) = 19.02%

 BLUE value IS 239 (93.75% from 255) = 40.58%

R = 40.41%
G = 19.02%
B = 40.58%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EE70EF (or 0xEE70EF) is known color: Violet. HEX triplet: EE, 70 and EF. RGB value is (238,112,239). Sum of RGB (Red+Green+Blue) = 238+112+239=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 112 (44.14% from 255 or 19.02% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE70EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE70EF is #118F10. Grayscale: #A3A3A3. Windows color (decimal): -1150737 or 15692014. OLE color: 15692014.

HSL color Cylindrical-coordinate representation of color #EE70EF: hue angle of 299.53º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70EF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 112 239 -
CMYK 0.00 0.53 0 0.06
HSL 299.53º 0.8% 0.69% -
HSV(B) 299.53º 0.53% 0.94% -
XYZ 56.63 36 85.62 -
YUV 164.15 170.24 180.67 -
System Red Green Blue C M Y K H S L
Decimal 238 112 239 0.00 0.53 0 0.06 299.53 0.8 0.69
Hex EE 70 EF 0 35 0 6 12C 50 45
Octal 356 160 357 0 65 0 6 454 120 105
Binary 11101110 1110000 11101111 0 110101 0 110 100101100 1010000 1000101

Color Harmonies of #EE70EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE70EF

Black with #EE70EF

Text Example


Text Example

White with #EE70EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE70EF; }

 p { color: rgb(238,112,239); }

 H1.HeaderClassName
 {
   color: #EE70EF;
 }
 .AnyTagClassName
 {
   color: #EE70EF;
 }
</style>

background-color css

<style>
 a { background-color: #EE70EF; }

 a { background-color: rgb(238,112,239); }

 div.DivClassName
 {
   background-color: #EE70EF;
 }
 .BgClassName
 {
   background-color: #EE70EF;
 }
</style>

border-color css

<style>
 span { border-color: #EE70EF; }

 span { border-color: rgb(238,112,239); }

 td.TdClassName
 {
   border-color: #EE70EF;
 }
 .TagClassName
 {
   border-color: #EE70EF;
 }
</style>