Html Css Color HEX #EE85E5 Violet

📋 copy color: '#EE85E5'

red 238 ◦ green 133 ◦ blue 229

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

Shades of Violet #EE85E5

Tints of Violet #EE85E5

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.17%

 BLUE value IS 229 (89.84% from 255) = 38.17%

R = 39.67%
G = 22.17%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE85E5 (or 0xEE85E5) is known color: Violet. HEX triplet: EE, 85 and E5. RGB value is (238,133,229). Sum of RGB (Red+Green+Blue) = 238+133+229=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 229 (89.84% from 255 or 38.17% from 600); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85E5 is #117A1A. Grayscale: #AFAFAF. Windows color (decimal): -1145371 or 15042030. OLE color: 15042030.

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

Color convert

RGB 238 133 229 -
CMYK 0 0.44 0.04 0.07
HSL 305.14º 0.76% 0.73% -
HSV(B) 305.14º 0.44% 0.93% -
XYZ 57.79 40.61 78.92 -
YUV 175.34 158.29 172.69 -
System Red Green Blue C M Y K H S L
Decimal 238 133 229 0 0.44 0.04 0.07 305.14 0.76 0.73
Hex EE 85 E5 0 2C 4 7 131 4C 49
Octal 356 205 345 0 54 4 7 461 114 111
Binary 11101110 10000101 11100101 0 101100 100 111 100110001 1001100 1001001

Color Harmonies of #EE85E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85E5

Black with #EE85E5

Text Example


Text Example

White with #EE85E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85E5; }

 p { color: rgb(238,133,229); }

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

background-color css

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

 a { background-color: rgb(238,133,229); }

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

border-color css

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

 span { border-color: rgb(238,133,229); }

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