Html Css Color HEX #EE8AEA Violet

📋 copy color: '#EE8AEA'

red 238 ◦ green 138 ◦ blue 234

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

Shades of Violet #EE8AEA

Tints of Violet #EE8AEA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.62%

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

R = 39.02%
G = 22.62%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE8AEA (or 0xEE8AEA) is known color: Violet. HEX triplet: EE, 8A and EA. RGB value is (238,138,234). Sum of RGB (Red+Green+Blue) = 238+138+234=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 138 (54.30% from 255 or 22.62% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AEA is #117515. Grayscale: #B2B2B2. Windows color (decimal): -1144086 or 15370990. OLE color: 15370990.

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

Color convert

RGB 238 138 234 -
CMYK 0 0.42 0.02 0.07
HSL 302.4º 0.75% 0.74% -
HSV(B) 302.4º 0.42% 0.93% -
XYZ 59.2 42.29 82.89 -
YUV 178.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 238 138 234 0 0.42 0.02 0.07 302.4 0.75 0.74
Hex EE 8A EA 0 2A 2 7 12E 4B 4A
Octal 356 212 352 0 52 2 7 456 113 112
Binary 11101110 10001010 11101010 0 101010 10 111 100101110 1001011 1001010

Color Harmonies of #EE8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8AEA

Black with #EE8AEA

Text Example


Text Example

White with #EE8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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