Html Css Color HEX #EE84FF Violet

📋 copy color: '#EE84FF'

red 238 ◦ green 132 ◦ blue 255

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

Shades of Violet #EE84FF

Tints of Violet #EE84FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 38.08%
G = 21.12%
B = 40.8%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE84FF (or 0xEE84FF) is known color: Violet. HEX triplet: EE, 84 and FF. RGB value is (238,132,255). Sum of RGB (Red+Green+Blue) = 238+132+255=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 132 (51.95% from 255 or 21.12% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84FF is #117B00. Grayscale: #B1B1B1. Windows color (decimal): -1145601 or 16745710. OLE color: 16745710.

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

Color convert

RGB 238 132 255 -
CMYK 0.07 0.48 0 0
HSL 291.71º 1% 0.76% -
HSV(B) 291.71º 0.48% 1% -
XYZ 61.56 41.9 99.45 -
YUV 177.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 238 132 255 0.07 0.48 0 0 291.71 1 0.76
Hex EE 84 FF 7 30 0 0 124 64 4C
Octal 356 204 377 7 60 0 0 444 144 114
Binary 11101110 10000100 11111111 111 110000 0 0 100100100 1100100 1001100

Color Harmonies of #EE84FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE84FF

Black with #EE84FF

Text Example


Text Example

White with #EE84FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE84FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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