Html Css Color HEX #EE85FE Violet

📋 copy color: '#EE85FE'

red 238 ◦ green 133 ◦ blue 254

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

Shades of Violet #EE85FE

Tints of Violet #EE85FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 38.08%
G = 21.28%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE85FE (or 0xEE85FE) is known color: Violet. HEX triplet: EE, 85 and FE. RGB value is (238,133,254). Sum of RGB (Red+Green+Blue) = 238+133+254=625 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.08% from 625); Green value is 133 (52.34% from 255 or 21.28% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85FE is #117A01. Grayscale: #B1B1B1. Windows color (decimal): -1145346 or 16680430. OLE color: 16680430.

HSL color Cylindrical-coordinate representation of color #EE85FE: hue angle of 292.07º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE85FE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 133 254 -
CMYK 0.06 0.48 0 0.00
HSL 292.07º 0.98% 0.76% -
HSV(B) 292.07º 0.48% 1% -
XYZ 61.54 42.11 98.65 -
YUV 178.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 238 133 254 0.06 0.48 0 0.00 292.07 0.98 0.76
Hex EE 85 FE 6 30 0 0 124 62 4C
Octal 356 205 376 6 60 0 0 444 142 114
Binary 11101110 10000101 11111110 110 110000 0 0 100100100 1100010 1001100

Color Harmonies of #EE85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85FE

Black with #EE85FE

Text Example


Text Example

White with #EE85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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