Html Css Color HEX #EE8EEA Violet

📋 copy color: '#EE8EEA'

red 238 ◦ green 142 ◦ blue 234

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

Shades of Violet #EE8EEA

Tints of Violet #EE8EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.13%

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

R = 38.76%
G = 23.13%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE8EEA (or 0xEE8EEA) is known color: Violet. HEX triplet: EE, 8E and EA. RGB value is (238,142,234). Sum of RGB (Red+Green+Blue) = 238+142+234=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8EEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8EEA is #117115. Grayscale: #B4B4B4. Windows color (decimal): -1143062 or 15372014. OLE color: 15372014.

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

Color convert

RGB 238 142 234 -
CMYK 0 0.40 0.02 0.07
HSL 302.5º 0.74% 0.75% -
HSV(B) 302.5º 0.4% 0.93% -
XYZ 59.78 43.46 83.08 -
YUV 181.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 238 142 234 0 0.40 0.02 0.07 302.5 0.74 0.75
Hex EE 8E EA 0 28 2 7 12E 4A 4B
Octal 356 216 352 0 50 2 7 456 112 113
Binary 11101110 10001110 11101010 0 101000 10 111 100101110 1001010 1001011

Color Harmonies of #EE8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8EEA

Black with #EE8EEA

Text Example


Text Example

White with #EE8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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