#ed3381

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

Shades of Deep Cerise #ED3381

Tints of Deep Cerise #ED3381

Color information

#ED3381 (or 0xED3381) is unknown color: approx Deep Cerise. HEX triplet: ED, 33 and 81. RGB value is (237,51,129). Sum of RGB (Red+Green+Blue) = 237+51+129=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3381 is #12CC7E. Grayscale: #737373. Windows color (decimal): -1231999 or 8467437. OLE color: 8467437.

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

Color convert

RGB23751129-
CMYK00.780.460.07
HSL334.84º83.78%56.47%-
HSV(B)334.84º78.48%92.94%-
XYZ40.0721.9622.9-
YUV115.51135.62214.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.83%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=56.83%
G=12.23%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375112900.780.460.07334.8483.7856.47
HexED338104E2E714f5438
Octal35563201011656751712470
Binary1110110111001110000001010011101011101111010011111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3381; }

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

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

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

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

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

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

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

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