#EE3B76

Color #EE3B76 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #EE3B76

Tints of Violet Red #EE3B76

Color information

#EE3B76 (or 0xEE3B76) is unknown color: approx Violet Red. HEX triplet: EE, 3B and 76. RGB value is (238,59,118). Sum of RGB (Red+Green+Blue) = 238+59+118=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 59 (23.44% from 255 or 14.22% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3B76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE3B76 is #11C489. Grayscale: #777777. Windows color (decimal): -1164426 or 7748590. OLE color: 7748590.

HSL color Cylindrical-coordinate representation of color #EE3B76: hue angle of 340.22º 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 #EE3B76 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23859118-
CMYK00.750.500.07
HSL340.22º84.04%58.24%-
HSV(B)340.22º75.21%93.33%-
XYZ40.0922.6119.39-
YUV119.25127.3212.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.35%
GREEN value IS 59 (23.44% from 255) = 14.22%
BLUE value IS 118 (46.48% from 255) = 28.43%
R=57.35%
G=14.22%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385911800.750.500.07340.2284.0458.24
HexEE3B7604B327154543a
Octal35673166011362752412472
Binary111011101110111110110010010111100101111010101001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3B76; }

 p { color: rgb(238,59,118); }

 H1.HeaderClassName
 {
   color: #EE3B76;
 }
 .AnyTagClassName
 {
   color: #EE3B76;
 }
</style>
background-color css

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

 a { background-color: rgb(238,59,118); }

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

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

 span { border-color: rgb(238,59,118); }

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