Html Css Color HEX #EE3C86 Violet Red

📋 copy color: '#EE3C86'

red 238 ◦ green 60 ◦ blue 134

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

Shades of Violet Red #EE3C86

Tints of Violet Red #EE3C86

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.89%

 BLUE value IS 134 (52.73% from 255) = 31.02%

R = 55.09%
G = 13.89%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE3C86 (or 0xEE3C86) is known color: Violet Red. HEX triplet: EE, 3C and 86. RGB value is (238,60,134). Sum of RGB (Red+Green+Blue) = 238+60+134=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3C86 is #11C379. Grayscale: #797979. Windows color (decimal): -1164154 or 8797422. OLE color: 8797422.

HSL color Cylindrical-coordinate representation of color #EE3C86: hue angle of 335.06º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3C86 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 60 134 -
CMYK 0 0.75 0.44 0.07
HSL 335.06º 0.84% 0.58% -
HSV(B) 335.06º 0.75% 0.93% -
XYZ 41.18 23.13 24.85 -
YUV 121.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 238 60 134 0 0.75 0.44 0.07 335.06 0.84 0.58
Hex EE 3C 86 0 4B 2C 7 14F 54 3A
Octal 356 74 206 0 113 54 7 517 124 72
Binary 11101110 111100 10000110 0 1001011 101100 111 101001111 1010100 111010

Color Harmonies of #EE3C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C86

Black with #EE3C86

Text Example


Text Example

White with #EE3C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C86; }

 p { color: rgb(238,60,134); }

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

background-color css

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

 a { background-color: rgb(238,60,134); }

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

border-color css

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

 span { border-color: rgb(238,60,134); }

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