Html Css Color HEX #EE3786 Violet Red

📋 copy color: '#EE3786'

red 238 ◦ green 55 ◦ blue 134

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

Shades of Violet Red #EE3786

Tints of Violet Red #EE3786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.88%

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

R = 55.74%
G = 12.88%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE3786 (or 0xEE3786) is known color: Violet Red. HEX triplet: EE, 37 and 86. RGB value is (238,55,134). Sum of RGB (Red+Green+Blue) = 238+55+134=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3786 is #11C879. Grayscale: #767676. Windows color (decimal): -1165434 or 8796142. OLE color: 8796142.

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

Color convert

RGB 238 55 134 -
CMYK 0 0.77 0.44 0.07
HSL 334.1º 0.84% 0.57% -
HSV(B) 334.1º 0.77% 0.93% -
XYZ 40.93 22.63 24.77 -
YUV 118.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 238 55 134 0 0.77 0.44 0.07 334.1 0.84 0.57
Hex EE 37 86 0 4D 2C 7 14E 54 39
Octal 356 67 206 0 115 54 7 516 124 71
Binary 11101110 110111 10000110 0 1001101 101100 111 101001110 1010100 111001

Color Harmonies of #EE3786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3786

Black with #EE3786

Text Example


Text Example

White with #EE3786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3786; }

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

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

background-color css

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

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

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

border-color css

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

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

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