Html Css Color HEX #EE85F4 Violet

📋 copy color: '#EE85F4'

red 238 ◦ green 133 ◦ blue 244

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

Shades of Violet #EE85F4

Tints of Violet #EE85F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 39.67%

R = 38.7%
G = 21.63%
B = 39.67%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE85F4 (or 0xEE85F4) is known color: Violet. HEX triplet: EE, 85 and F4. RGB value is (238,133,244). Sum of RGB (Red+Green+Blue) = 238+133+244=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE85F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE85F4 is #117A0B. Grayscale: #B0B0B0. Windows color (decimal): -1145356 or 16025070. OLE color: 16025070.

HSL color Cylindrical-coordinate representation of color #EE85F4: hue angle of 296.76º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE85F4 is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 238 133 244 -
CMYK 0.02 0.45 0 0.04
HSL 296.76º 0.83% 0.74% -
HSV(B) 296.76º 0.45% 0.96% -
XYZ 59.98 41.48 90.43 -
YUV 177.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 238 133 244 0.02 0.45 0 0.04 296.76 0.83 0.74
Hex EE 85 F4 2 2D 0 4 129 53 4A
Octal 356 205 364 2 55 0 4 451 123 112
Binary 11101110 10000101 11110100 10 101101 0 100 100101001 1010011 1001010

Color Harmonies of #EE85F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE85F4

Black with #EE85F4

Text Example


Text Example

White with #EE85F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE85F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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