Html Css Color HEX #ED2E89 Deep Cerise

📋 copy color: '#ED2E89'

red 237 ◦ green 46 ◦ blue 137

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

Shades of Deep Cerise #ED2E89

Tints of Deep Cerise #ED2E89

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.95%

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 56.43%
G = 10.95%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED2E89 (or 0xED2E89) is known color: Deep Cerise. HEX triplet: ED, 2E and 89. RGB value is (237,46,137). Sum of RGB (Red+Green+Blue) = 237+46+137=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 46 (18.36% from 255 or 10.95% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2E89 is #12D176. Grayscale: #717171. Windows color (decimal): -1233271 or 8990445. OLE color: 8990445.

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

Color convert

RGB 237 46 137 -
CMYK 0 0.81 0.42 0.07
HSL 331.41º 0.84% 0.55% -
HSV(B) 331.41º 0.81% 0.93% -
XYZ 40.42 21.76 25.74 -
YUV 113.48 141.28 216.1 -
System Red Green Blue C M Y K H S L
Decimal 237 46 137 0 0.81 0.42 0.07 331.41 0.84 0.55
Hex ED 2E 89 0 51 2A 7 14B 54 37
Octal 355 56 211 0 121 52 7 513 124 67
Binary 11101101 101110 10001001 0 1010001 101010 111 101001011 1010100 110111

Color Harmonies of #ED2E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2E89

Black with #ED2E89

Text Example


Text Example

White with #ED2E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2E89; }

 p { color: rgb(237,46,137); }

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

background-color css

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

 a { background-color: rgb(237,46,137); }

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

border-color css

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

 span { border-color: rgb(237,46,137); }

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