Html Css Color HEX #ED2570 Cerise

📋 copy color: '#ED2570'

red 237 ◦ green 37 ◦ blue 112

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

Shades of Cerise #ED2570

Tints of Cerise #ED2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.59%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 61.4%
G = 9.59%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED2570 (or 0xED2570) is known color: Cerise. HEX triplet: ED, 25 and 70. RGB value is (237,37,112). Sum of RGB (Red+Green+Blue) = 237+37+112=386 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.40% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2570 is #12DA8F. Grayscale: #696969. Windows color (decimal): -1235600 or 7349741. OLE color: 7349741.

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

Color convert

RGB 237 37 112 -
CMYK 0 0.84 0.53 0.07
HSL 337.5º 0.85% 0.54% -
HSV(B) 337.5º 0.84% 0.93% -
XYZ 38.51 20.5 17.26 -
YUV 105.35 131.76 221.9 -
System Red Green Blue C M Y K H S L
Decimal 237 37 112 0 0.84 0.53 0.07 337.5 0.85 0.54
Hex ED 25 70 0 54 35 7 152 55 36
Octal 355 45 160 0 124 65 7 522 125 66
Binary 11101101 100101 1110000 0 1010100 110101 111 101010010 1010101 110110

Color Harmonies of #ED2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2570

Black with #ED2570

Text Example


Text Example

White with #ED2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2570; }

 p { color: rgb(237,37,112); }

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

background-color css

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

 a { background-color: rgb(237,37,112); }

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

border-color css

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

 span { border-color: rgb(237,37,112); }

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