Html Css Color HEX #EE84EA Violet

📋 copy color: '#EE84EA'

red 238 ◦ green 132 ◦ blue 234

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

Shades of Violet #EE84EA

Tints of Violet #EE84EA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 21.85%

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

R = 39.4%
G = 21.85%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE84EA (or 0xEE84EA) is known color: Violet. HEX triplet: EE, 84 and EA. RGB value is (238,132,234). Sum of RGB (Red+Green+Blue) = 238+132+234=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 132 (51.95% from 255 or 21.85% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EA is #117B15. Grayscale: #AFAFAF. Windows color (decimal): -1145622 or 15369454. OLE color: 15369454.

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

Color convert

RGB 238 132 234 -
CMYK 0 0.45 0.02 0.07
HSL 302.26º 0.76% 0.73% -
HSV(B) 302.26º 0.45% 0.93% -
XYZ 58.36 40.62 82.61 -
YUV 175.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 238 132 234 0 0.45 0.02 0.07 302.26 0.76 0.73
Hex EE 84 EA 0 2D 2 7 12E 4C 49
Octal 356 204 352 0 55 2 7 456 114 111
Binary 11101110 10000100 11101010 0 101101 10 111 100101110 1001100 1001001

Color Harmonies of #EE84EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE84EA

Black with #EE84EA

Text Example


Text Example

White with #EE84EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE84EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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