#ED2366

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

Shades of Cerise #ED2366

Tints of Cerise #ED2366

Color information

#ED2366 (or 0xED2366) is unknown color: approx Cerise. HEX triplet: ED, 23 and 66. RGB value is (237,35,102). Sum of RGB (Red+Green+Blue) = 237+35+102=374 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.37% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2366 is #12DC99. Grayscale: #666666. Windows color (decimal): -1236122 or 6693869. OLE color: 6693869.

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

Color convert

RGB23735102-
CMYK00.850.570.07
HSL340.1º84.87%53.33%-
HSV(B)340.1º85.23%92.94%-
XYZ37.9220.1714.46-
YUV103.04127.42223.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 63.37%
GREEN value IS 35 (14.06% from 255) = 9.36%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=63.37%
G=9.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2373510200.850.570.07340.184.8753.33
HexED23660553971545535
Octal35543146012571752412565
Binary111011011000111100110010101011110011111010101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2366; }

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

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

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

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

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

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

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

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