Html Css Color HEX #ED2A71 Cerise

📋 copy color: '#ED2A71'

red 237 ◦ green 42 ◦ blue 113

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

Shades of Cerise #ED2A71

Tints of Cerise #ED2A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.71%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 60.46%
G = 10.71%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED2A71 (or 0xED2A71) is known color: Cerise. HEX triplet: ED, 2A and 71. RGB value is (237,42,113). Sum of RGB (Red+Green+Blue) = 237+42+113=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2A71 is #12D58E. Grayscale: #6C6C6C. Windows color (decimal): -1234319 or 7416557. OLE color: 7416557.

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

Color convert

RGB 237 42 113 -
CMYK 0 0.82 0.52 0.07
HSL 338.15º 0.84% 0.55% -
HSV(B) 338.15º 0.82% 0.93% -
XYZ 38.73 20.85 17.61 -
YUV 108.4 130.6 219.73 -
System Red Green Blue C M Y K H S L
Decimal 237 42 113 0 0.82 0.52 0.07 338.15 0.84 0.55
Hex ED 2A 71 0 52 34 7 152 54 37
Octal 355 52 161 0 122 64 7 522 124 67
Binary 11101101 101010 1110001 0 1010010 110100 111 101010010 1010100 110111

Color Harmonies of #ED2A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2A71

Black with #ED2A71

Text Example


Text Example

White with #ED2A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2A71; }

 p { color: rgb(237,42,113); }

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

background-color css

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

 a { background-color: rgb(237,42,113); }

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

border-color css

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

 span { border-color: rgb(237,42,113); }

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