Html Css Color HEX #EE8CEC Violet

📋 copy color: '#EE8CEC'

red 238 ◦ green 140 ◦ blue 236

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

Shades of Violet #EE8CEC

Tints of Violet #EE8CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.8%

 BLUE value IS 236 (92.58% from 255) = 38.44%

R = 38.76%
G = 22.8%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE8CEC (or 0xEE8CEC) is known color: Violet. HEX triplet: EE, 8C and EC. RGB value is (238,140,236). Sum of RGB (Red+Green+Blue) = 238+140+236=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 140 (55.08% from 255 or 22.80% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CEC is #117313. Grayscale: #B3B3B3. Windows color (decimal): -1143572 or 15502574. OLE color: 15502574.

HSL color Cylindrical-coordinate representation of color #EE8CEC: hue angle of 301.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8CEC is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 140 236 -
CMYK 0 0.41 0.01 0.07
HSL 301.22º 0.74% 0.74% -
HSV(B) 301.22º 0.41% 0.93% -
XYZ 59.78 42.99 84.5 -
YUV 180.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 238 140 236 0 0.41 0.01 0.07 301.22 0.74 0.74
Hex EE 8C EC 0 29 1 7 12D 4A 4A
Octal 356 214 354 0 51 1 7 455 112 112
Binary 11101110 10001100 11101100 0 101001 1 111 100101101 1001010 1001010

Color Harmonies of #EE8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CEC

Black with #EE8CEC

Text Example


Text Example

White with #EE8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CEC; }

 p { color: rgb(238,140,236); }

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

background-color css

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

 a { background-color: rgb(238,140,236); }

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

border-color css

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

 span { border-color: rgb(238,140,236); }

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