Html Css Color HEX #EE85E9 Violet

📋 copy color: '#EE85E9'

red 238 ◦ green 133 ◦ blue 233

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

Shades of Violet #EE85E9

Tints of Violet #EE85E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.58%

R = 39.4%
G = 22.02%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE85E9 (or 0xEE85E9) is known color: Violet. HEX triplet: EE, 85 and E9. RGB value is (238,133,233). Sum of RGB (Red+Green+Blue) = 238+133+233=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 133 (52.34% from 255 or 22.02% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85E9 is #117A16. Grayscale: #AFAFAF. Windows color (decimal): -1145367 or 15304174. OLE color: 15304174.

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

Color convert

RGB 238 133 233 -
CMYK 0 0.44 0.02 0.07
HSL 302.86º 0.76% 0.73% -
HSV(B) 302.86º 0.44% 0.93% -
XYZ 58.36 40.84 81.9 -
YUV 175.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 238 133 233 0 0.44 0.02 0.07 302.86 0.76 0.73
Hex EE 85 E9 0 2C 2 7 12F 4C 49
Octal 356 205 351 0 54 2 7 457 114 111
Binary 11101110 10000101 11101001 0 101100 10 111 100101111 1001100 1001001

Color Harmonies of #EE85E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85E9

Black with #EE85E9

Text Example


Text Example

White with #EE85E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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