Html Css Color HEX #EE84F2 Violet

📋 copy color: '#EE84F2'

red 238 ◦ green 132 ◦ blue 242

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

Shades of Violet #EE84F2

Tints of Violet #EE84F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 38.89%
G = 21.57%
B = 39.54%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE84F2 (or 0xEE84F2) is known color: Violet. HEX triplet: EE, 84 and F2. RGB value is (238,132,242). Sum of RGB (Red+Green+Blue) = 238+132+242=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 132 (51.95% from 255 or 21.57% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE84F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84F2 is #117B0D. Grayscale: #AFAFAF. Windows color (decimal): -1145614 or 15893742. OLE color: 15893742.

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

Color convert

RGB 238 132 242 -
CMYK 0.02 0.45 0 0.05
HSL 297.82º 0.81% 0.73% -
HSV(B) 297.82º 0.45% 0.95% -
XYZ 59.54 41.09 88.8 -
YUV 176.23 165.12 172.06 -
System Red Green Blue C M Y K H S L
Decimal 238 132 242 0.02 0.45 0 0.05 297.82 0.81 0.73
Hex EE 84 F2 2 2D 0 5 12A 51 49
Octal 356 204 362 2 55 0 5 452 121 111
Binary 11101110 10000100 11110010 10 101101 0 101 100101010 1010001 1001001

Color Harmonies of #EE84F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE84F2

Black with #EE84F2

Text Example


Text Example

White with #EE84F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE84F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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