Html Css Color HEX #ED2C88 Deep Cerise

📋 copy color: '#ED2C88'

red 237 ◦ green 44 ◦ blue 136

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

Shades of Deep Cerise #ED2C88

Tints of Deep Cerise #ED2C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.61%

R = 56.83%
G = 10.55%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED2C88 (or 0xED2C88) is known color: Deep Cerise. HEX triplet: ED, 2C and 88. RGB value is (237,44,136). Sum of RGB (Red+Green+Blue) = 237+44+136=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2C88 is #12D377. Grayscale: #707070. Windows color (decimal): -1233784 or 8924397. OLE color: 8924397.

HSL color Cylindrical-coordinate representation of color #ED2C88: hue angle of 331.4º 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 #ED2C88 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 44 136 -
CMYK 0 0.81 0.43 0.07
HSL 331.4º 0.84% 0.55% -
HSV(B) 331.4º 0.81% 0.93% -
XYZ 40.27 21.58 25.34 -
YUV 112.2 141.44 217.02 -
System Red Green Blue C M Y K H S L
Decimal 237 44 136 0 0.81 0.43 0.07 331.4 0.84 0.55
Hex ED 2C 88 0 51 2B 7 14B 54 37
Octal 355 54 210 0 121 53 7 513 124 67
Binary 11101101 101100 10001000 0 1010001 101011 111 101001011 1010100 110111

Color Harmonies of #ED2C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2C88

Black with #ED2C88

Text Example


Text Example

White with #ED2C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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