Html Css Color HEX #ED2C72 Cerise

📋 copy color: '#ED2C72'

red 237 ◦ green 44 ◦ blue 114

#ED2C72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #ED2C72

Tints of Cerise #ED2C72

RGB

 RED value IS 237 (92.97% from 255) = 60%

 GREEN value IS 44 (17.58% from 255) = 11.14%

 BLUE value IS 114 (44.92% from 255) = 28.86%

R = 60%
G = 11.14%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED2C72 (or 0xED2C72) is known color: Cerise. HEX triplet: ED, 2C and 72. RGB value is (237,44,114). Sum of RGB (Red+Green+Blue) = 237+44+114=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2C72 is #12D38D. Grayscale: #6D6D6D. Windows color (decimal): -1233806 or 7482605. OLE color: 7482605.

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

Color convert

RGB 237 44 114 -
CMYK 0 0.81 0.52 0.07
HSL 338.24º 0.84% 0.55% -
HSV(B) 338.24º 0.81% 0.93% -
XYZ 38.86 21.02 17.93 -
YUV 109.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 237 44 114 0 0.81 0.52 0.07 338.24 0.84 0.55
Hex ED 2C 72 0 51 34 7 152 54 37
Octal 355 54 162 0 121 64 7 522 124 67
Binary 11101101 101100 1110010 0 1010001 110100 111 101010010 1010100 110111

Color Harmonies of #ED2C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C72

Black with #ED2C72

Text Example


Text Example

White with #ED2C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C72; }

 p { color: rgb(237,44,114); }

 H1.HeaderClassName
 {
   color: #ED2C72;
 }
 .AnyTagClassName
 {
   color: #ED2C72;
 }
</style>

background-color css

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

 a { background-color: rgb(237,44,114); }

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

border-color css

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

 span { border-color: rgb(237,44,114); }

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