#ED3D74

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

Shades of Cerise #ED3D74

Tints of Cerise #ED3D74

Color information

#ED3D74 (or 0xED3D74) is unknown color: approx Cerise. HEX triplet: ED, 3D and 74. RGB value is (237,61,116). Sum of RGB (Red+Green+Blue) = 237+61+116=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3D74 is #12C28B. Grayscale: #777777. Windows color (decimal): -1229452 or 7618029. OLE color: 7618029.

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

Color convert

RGB23761116-
CMYK00.740.510.07
HSL341.25º83.02%58.43%-
HSV(B)341.25º74.26%92.94%-
XYZ39.7522.618.79-
YUV119.89125.81211.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.25%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=57.25%
G=14.73%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376111600.740.510.07341.2583.0258.43
HexED3D7404A337155533a
Octal35575164011263752512372
Binary111011011111011110100010010101100111111010101011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3D74; }

 p { color: rgb(237,61,116); }

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

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

 a { background-color: rgb(237,61,116); }

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

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

 span { border-color: rgb(237,61,116); }

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