Html Css Color HEX #ED2F77 Cerise

📋 copy color: '#ED2F77'

red 237 ◦ green 47 ◦ blue 119

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

Shades of Cerise #ED2F77

Tints of Cerise #ED2F77

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.66%

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 58.81%
G = 11.66%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ED2F77 (or 0xED2F77) is known color: Cerise. HEX triplet: ED, 2F and 77. RGB value is (237,47,119). Sum of RGB (Red+Green+Blue) = 237+47+119=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2F77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2F77 is #12D088. Grayscale: #6F6F6F. Windows color (decimal): -1233033 or 7811053. OLE color: 7811053.

HSL color Cylindrical-coordinate representation of color #ED2F77: hue angle of 337.26º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED2F77 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 47 119 -
CMYK 0 0.80 0.50 0.07
HSL 337.26º 0.84% 0.56% -
HSV(B) 337.26º 0.8% 0.93% -
XYZ 39.27 21.37 19.51 -
YUV 112.02 131.95 217.15 -
System Red Green Blue C M Y K H S L
Decimal 237 47 119 0 0.80 0.50 0.07 337.26 0.84 0.56
Hex ED 2F 77 0 50 32 7 151 54 38
Octal 355 57 167 0 120 62 7 521 124 70
Binary 11101101 101111 1110111 0 1010000 110010 111 101010001 1010100 111000

Color Harmonies of #ED2F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2F77

Black with #ED2F77

Text Example


Text Example

White with #ED2F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2F77; }

 p { color: rgb(237,47,119); }

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

background-color css

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

 a { background-color: rgb(237,47,119); }

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

border-color css

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

 span { border-color: rgb(237,47,119); }

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