#ED3B71

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

Shades of Cerise #ED3B71

Tints of Cerise #ED3B71

Color information

#ED3B71 (or 0xED3B71) is unknown color: approx Cerise. HEX triplet: ED, 3B and 71. RGB value is (237,59,113). Sum of RGB (Red+Green+Blue) = 237+59+113=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3B71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3B71 is #12C48E. Grayscale: #767676. Windows color (decimal): -1229967 or 7420909. OLE color: 7420909.

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

Color convert

RGB23759113-
CMYK00.750.520.07
HSL341.8º83.18%58.04%-
HSV(B)341.8º75.11%92.94%-
XYZ39.4722.3217.85-
YUV118.38124.97212.61-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 59 (23.44% from 255) = 14.43%
BLUE value IS 113 (44.53% from 255) = 27.63%
R=57.95%
G=14.43%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2375911300.750.520.07341.883.1858.04
HexED3B7104B347156533a
Octal35573161011364752612372
Binary111011011110111110001010010111101001111010101101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3B71; }

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

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

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

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

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

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

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

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