Html Css Color HEX #EE81EA Violet

📋 copy color: '#EE81EA'

red 238 ◦ green 129 ◦ blue 234

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

Shades of Violet #EE81EA

Tints of Violet #EE81EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.46%

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

R = 39.6%
G = 21.46%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE81EA (or 0xEE81EA) is known color: Violet. HEX triplet: EE, 81 and EA. RGB value is (238,129,234). Sum of RGB (Red+Green+Blue) = 238+129+234=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81EA is #117E15. Grayscale: #ADADAD. Windows color (decimal): -1146390 or 15368686. OLE color: 15368686.

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

Color convert

RGB 238 129 234 -
CMYK 0 0.46 0.02 0.07
HSL 302.2º 0.76% 0.72% -
HSV(B) 302.2º 0.46% 0.93% -
XYZ 57.96 39.82 82.47 -
YUV 173.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 238 129 234 0 0.46 0.02 0.07 302.2 0.76 0.72
Hex EE 81 EA 0 2E 2 7 12E 4C 48
Octal 356 201 352 0 56 2 7 456 114 110
Binary 11101110 10000001 11101010 0 101110 10 111 100101110 1001100 1001000

Color Harmonies of #EE81EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE81EA

Black with #EE81EA

Text Example


Text Example

White with #EE81EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE81EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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