Html Css Color HEX #EE8CEA Violet

📋 copy color: '#EE8CEA'

red 238 ◦ green 140 ◦ blue 234

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

Shades of Violet #EE8CEA

Tints of Violet #EE8CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 38.89%
G = 22.88%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE8CEA (or 0xEE8CEA) is known color: Violet. HEX triplet: EE, 8C and EA. RGB value is (238,140,234). Sum of RGB (Red+Green+Blue) = 238+140+234=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8CEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CEA is #117315. Grayscale: #B3B3B3. Windows color (decimal): -1143574 or 15371502. OLE color: 15371502.

HSL color Cylindrical-coordinate representation of color #EE8CEA: hue angle of 302.45º 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 #EE8CEA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 140 234 -
CMYK 0 0.41 0.02 0.07
HSL 302.45º 0.74% 0.74% -
HSV(B) 302.45º 0.41% 0.93% -
XYZ 59.49 42.87 82.98 -
YUV 180.02 158.47 169.36 -
System Red Green Blue C M Y K H S L
Decimal 238 140 234 0 0.41 0.02 0.07 302.45 0.74 0.74
Hex EE 8C EA 0 29 2 7 12E 4A 4A
Octal 356 214 352 0 51 2 7 456 112 112
Binary 11101110 10001100 11101010 0 101001 10 111 100101110 1001010 1001010

Color Harmonies of #EE8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8CEA

Black with #EE8CEA

Text Example


Text Example

White with #EE8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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