#ed3388

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

Shades of Deep Cerise #ED3388

Tints of Deep Cerise #ED3388

Color information

#ED3388 (or 0xED3388) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 88. RGB value is (237,51,136). Sum of RGB (Red+Green+Blue) = 237+51+136=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 51 (20.31% from 255 or 12.03% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3388 is #12CC77. Grayscale: #747474. Windows color (decimal): -1231992 or 8926189. OLE color: 8926189.

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

Color convert

RGB23751136-
CMYK00.780.430.07
HSL332.58º83.78%56.47%-
HSV(B)332.58º78.48%92.94%-
XYZ40.5522.1525.43-
YUV116.3139.12214.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.90%
GREEN value IS 51 (20.31% from 255) = 12.03%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=55.90%
G=12.03%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375113600.780.430.07332.5883.7856.47
HexED338804E2B714d5438
Octal35563210011653751512470
Binary1110110111001110001000010011101010111111010011011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3388; }

 p { color: rgb(237,51,136); }

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

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

 a { background-color: rgb(237,51,136); }

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

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

 span { border-color: rgb(237,51,136); }

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