#ED2B71

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

Shades of Cerise #ED2B71

Tints of Cerise #ED2B71

Color information

#ED2B71 (or 0xED2B71) is unknown color: approx Cerise. HEX triplet: ED, 2B and 71. RGB value is (237,43,113). Sum of RGB (Red+Green+Blue) = 237+43+113=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2B71 is #12D48E. Grayscale: #6C6C6C. Windows color (decimal): -1234063 or 7416813. OLE color: 7416813.

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

Color convert

RGB23743113-
CMYK00.820.520.07
HSL338.35º84.35%54.9%-
HSV(B)338.35º81.86%92.94%-
XYZ38.7720.9217.62-
YUV108.99130.27219.31-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 60.31%
GREEN value IS 43 (17.19% from 255) = 10.94%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=60.31%
G=10.94%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2374311300.820.520.07338.3584.3554.9
HexED2B710523471525437
Octal35553161012264752212467
Binary111011011010111110001010100101101001111010100101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2B71; }

 p { color: rgb(237,43,113); }

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

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

 a { background-color: rgb(237,43,113); }

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

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

 span { border-color: rgb(237,43,113); }

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