Html Css Color HEX #ED257C Deep Cerise

📋 copy color: '#ED257C'

red 237 ◦ green 37 ◦ blue 124

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

Shades of Deep Cerise #ED257C

Tints of Deep Cerise #ED257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 59.55%
G = 9.3%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#ED257C (or 0xED257C) is known color: Deep Cerise. HEX triplet: ED, 25 and 7C. RGB value is (237,37,124). Sum of RGB (Red+Green+Blue) = 237+37+124=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED257C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED257C is #12DA83. Grayscale: #6A6A6A. Windows color (decimal): -1235588 or 8136173. OLE color: 8136173.

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

Color convert

RGB 237 37 124 -
CMYK 0 0.84 0.48 0.07
HSL 333.9º 0.85% 0.54% -
HSV(B) 333.9º 0.84% 0.93% -
XYZ 39.22 20.78 21.01 -
YUV 106.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 237 37 124 0 0.84 0.48 0.07 333.9 0.85 0.54
Hex ED 25 7C 0 54 30 7 14E 55 36
Octal 355 45 174 0 124 60 7 516 125 66
Binary 11101101 100101 1111100 0 1010100 110000 111 101001110 1010101 110110

Color Harmonies of #ED257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED257C

Black with #ED257C

Text Example


Text Example

White with #ED257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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