#EE3D95

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

Shades of Violet Red #EE3D95

Tints of Violet Red #EE3D95

Color information

#EE3D95 (or 0xEE3D95) is unknown color: approx Violet Red. HEX triplet: EE, 3D and 95. RGB value is (238,61,149). Sum of RGB (Red+Green+Blue) = 238+61+149=448 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.12% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D95 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3D95 is #11C26A. Grayscale: #7B7B7B. Windows color (decimal): -1163883 or 9780718. OLE color: 9780718.

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

Color convert

RGB23861149-
CMYK00.740.370.07
HSL330.17º83.89%58.63%-
HSV(B)330.17º74.37%93.33%-
XYZ42.3523.6830.77-
YUV123.96142.14209.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.12%
GREEN value IS 61 (24.22% from 255) = 13.62%
BLUE value IS 149 (58.59% from 255) = 33.26%
R=53.12%
G=13.62%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2386114900.740.370.07330.1783.8958.63
HexEE3D9504A25714a543b
Octal35675225011245751212473
Binary1110111011110110010101010010101001011111010010101010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3D95; }

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

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

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

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

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

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

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

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