Html Css Color HEX #EE80E8 Violet

📋 copy color: '#EE80E8'

red 238 ◦ green 128 ◦ blue 232

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

Shades of Violet #EE80E8

Tints of Violet #EE80E8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.4%

 BLUE value IS 232 (91.02% from 255) = 38.8%

R = 39.8%
G = 21.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE80E8 (or 0xEE80E8) is known color: Violet. HEX triplet: EE, 80 and E8. RGB value is (238,128,232). Sum of RGB (Red+Green+Blue) = 238+128+232=598 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.80% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 232 (91.02% from 255 or 38.80% from 598); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80E8 is #117F17. Grayscale: #ACACAC. Windows color (decimal): -1146648 or 15237358. OLE color: 15237358.

HSL color Cylindrical-coordinate representation of color #EE80E8: hue angle of 303.27º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80E8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 232 -
CMYK 0 0.46 0.03 0.07
HSL 303.27º 0.76% 0.72% -
HSV(B) 303.27º 0.46% 0.93% -
XYZ 57.54 39.44 80.92 -
YUV 172.75 161.44 174.54 -
System Red Green Blue C M Y K H S L
Decimal 238 128 232 0 0.46 0.03 0.07 303.27 0.76 0.72
Hex EE 80 E8 0 2E 3 7 12F 4C 48
Octal 356 200 350 0 56 3 7 457 114 110
Binary 11101110 10000000 11101000 0 101110 11 111 100101111 1001100 1001000

Color Harmonies of #EE80E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80E8

Black with #EE80E8

Text Example


Text Example

White with #EE80E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80E8; }

 p { color: rgb(238,128,232); }

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

background-color css

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

 a { background-color: rgb(238,128,232); }

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

border-color css

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

 span { border-color: rgb(238,128,232); }

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