#EE3D84

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

Shades of Violet Red #EE3D84

Tints of Violet Red #EE3D84

Color information

#EE3D84 (or 0xEE3D84) is unknown color: approx Violet Red. HEX triplet: EE, 3D and 84. RGB value is (238,61,132). Sum of RGB (Red+Green+Blue) = 238+61+132=431 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.22% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D84 is #11C27B. Grayscale: #797979. Windows color (decimal): -1163900 or 8666606. OLE color: 8666606.

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

Color convert

RGB23861132-
CMYK00.740.450.07
HSL335.93º83.89%58.63%-
HSV(B)335.93º74.37%93.33%-
XYZ41.0923.1824.14-
YUV122.02133.64210.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 55.22%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=55.22%
G=14.15%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386113200.740.450.07335.9383.8958.63
HexEE3D8404A2D7150543b
Octal35675204011255752012473
Binary1110111011110110000100010010101011011111010100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D84; }

 p { color: rgb(238,61,132); }

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

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

 a { background-color: rgb(238,61,132); }

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

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

 span { border-color: rgb(238,61,132); }

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