#ed3366

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

Shades of Cerise #ED3366

Tints of Cerise #ED3366

Color information

#ED3366 (or 0xED3366) is unknown color: approx Cerise. HEX triplet: ED, 33 and 66. RGB value is (237,51,102). Sum of RGB (Red+Green+Blue) = 237+51+102=390 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.77% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3366 is #12CC99. Grayscale: #707070. Windows color (decimal): -1232026 or 6697965. OLE color: 6697965.

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

Color convert

RGB23751102-
CMYK00.780.570.07
HSL343.55º83.78%56.47%-
HSV(B)343.55º78.48%92.94%-
XYZ38.5121.3314.66-
YUV112.43122.12216.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.77%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=60.77%
G=13.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375110200.780.570.07343.5583.7856.47
HexED336604E3971585438
Octal35563146011671753012470
Binary111011011100111100110010011101110011111010110001010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed3366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed3366; }

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

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

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

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

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

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

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

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