Html Css Color HEX #ED257F Deep Cerise

📋 copy color: '#ED257F'

red 237 ◦ green 37 ◦ blue 127

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

Shades of Deep Cerise #ED257F

Tints of Deep Cerise #ED257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.67%

R = 59.1%
G = 9.23%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED257F (or 0xED257F) is known color: Deep Cerise. HEX triplet: ED, 25 and 7F. RGB value is (237,37,127). Sum of RGB (Red+Green+Blue) = 237+37+127=401 (53% of max value = 765). Red value is 237 (92.97% from 255 or 59.10% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 237 - color contains mainly: red. Hex color #ED257F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED257F is #12DA80. Grayscale: #6A6A6A. Windows color (decimal): -1235585 or 8332781. OLE color: 8332781.

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

Color convert

RGB 237 37 127 -
CMYK 0 0.84 0.46 0.07
HSL 333º 0.85% 0.54% -
HSV(B) 333º 0.84% 0.93% -
XYZ 39.42 20.86 22.03 -
YUV 107.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 237 37 127 0 0.84 0.46 0.07 333 0.85 0.54
Hex ED 25 7F 0 54 2E 7 14D 55 36
Octal 355 45 177 0 124 56 7 515 125 66
Binary 11101101 100101 1111111 0 1010100 101110 111 101001101 1010101 110110

Color Harmonies of #ED257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED257F

Black with #ED257F

Text Example


Text Example

White with #ED257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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