#EE3484

Color #EE3484 Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #EE3484

Tints of Deep Cerise #EE3484

Color information

#EE3484 (or 0xEE3484) is unknown color: approx Deep Cerise. HEX triplet: EE, 34 and 84. RGB value is (238,52,132). Sum of RGB (Red+Green+Blue) = 238+52+132=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 52 (20.70% from 255 or 12.32% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3484 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3484 is #11CB7B. Grayscale: #747474. Windows color (decimal): -1166204 or 8664302. OLE color: 8664302.

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

Color convert

RGB23852132-
CMYK00.780.450.07
HSL334.19º84.55%56.86%-
HSV(B)334.19º78.15%93.33%-
XYZ40.6522.323.99-
YUV116.73136.62214.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 52 (20.70% from 255) = 12.32%
BLUE value IS 132 (51.95% from 255) = 31.28%
R=56.40%
G=12.32%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385213200.780.450.07334.1984.5556.86
HexEE348404E2D714e5539
Octal35664204011655751612571
Binary1110111011010010000100010011101011011111010011101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3484; }

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

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

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

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

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

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

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

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