Html Css Color HEX #EE85EC Violet

📋 copy color: '#EE85EC'

red 238 ◦ green 133 ◦ blue 236

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

Shades of Violet #EE85EC

Tints of Violet #EE85EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.88%

R = 39.21%
G = 21.91%
B = 38.88%

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

#EE85EC (or 0xEE85EC) is known color: Violet. HEX triplet: EE, 85 and EC. RGB value is (238,133,236). Sum of RGB (Red+Green+Blue) = 238+133+236=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85EC is #117A13. Grayscale: #AFAFAF. Windows color (decimal): -1145364 or 15500782. OLE color: 15500782.

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

Color convert

RGB 238 133 236 -
CMYK 0 0.44 0.01 0.07
HSL 301.14º 0.76% 0.73% -
HSV(B) 301.14º 0.44% 0.93% -
XYZ 58.79 41.01 84.17 -
YUV 176.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 238 133 236 0 0.44 0.01 0.07 301.14 0.76 0.73
Hex EE 85 EC 0 2C 1 7 12D 4C 49
Octal 356 205 354 0 54 1 7 455 114 111
Binary 11101110 10000101 11101100 0 101100 1 111 100101101 1001100 1001001

Color Harmonies of #EE85EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85EC

Black with #EE85EC

Text Example


Text Example

White with #EE85EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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