#EE3286

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

Shades of Deep Cerise #EE3286

Tints of Deep Cerise #EE3286

Color information

#EE3286 (or 0xEE3286) is unknown color: approx Deep Cerise. HEX triplet: EE, 32 and 86. RGB value is (238,50,134). Sum of RGB (Red+Green+Blue) = 238+50+134=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3286 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3286 is #11CD79. Grayscale: #737373. Windows color (decimal): -1166714 or 8794862. OLE color: 8794862.

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

Color convert

RGB23850134-
CMYK00.790.440.07
HSL333.19º84.68%56.47%-
HSV(B)333.19º78.99%93.33%-
XYZ40.722.1824.69-
YUV115.79138.28215.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 50 (19.92% from 255) = 11.85%
BLUE value IS 134 (52.73% from 255) = 31.75%
R=56.40%
G=11.85%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2385013400.790.440.07333.1984.6856.47
HexEE328604F2C714d5538
Octal35662206011754751512570
Binary1110111011001010000110010011111011001111010011011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3286; }

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

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

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

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

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

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

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

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