Html Css Color HEX #EE85EB Violet

📋 copy color: '#EE85EB'

red 238 ◦ green 133 ◦ blue 235

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

Shades of Violet #EE85EB

Tints of Violet #EE85EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.78%

R = 39.27%
G = 21.95%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE85EB (or 0xEE85EB) is known color: Violet. HEX triplet: EE, 85 and EB. RGB value is (238,133,235). Sum of RGB (Red+Green+Blue) = 238+133+235=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85EB is #117A14. Grayscale: #AFAFAF. Windows color (decimal): -1145365 or 15435246. OLE color: 15435246.

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

Color convert

RGB 238 133 235 -
CMYK 0 0.44 0.01 0.07
HSL 301.71º 0.76% 0.73% -
HSV(B) 301.71º 0.44% 0.93% -
XYZ 58.64 40.95 83.41 -
YUV 176.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 238 133 235 0 0.44 0.01 0.07 301.71 0.76 0.73
Hex EE 85 EB 0 2C 1 7 12E 4C 49
Octal 356 205 353 0 54 1 7 456 114 111
Binary 11101110 10000101 11101011 0 101100 1 111 100101110 1001100 1001001

Color Harmonies of #EE85EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85EB

Black with #EE85EB

Text Example


Text Example

White with #EE85EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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