Html Css Color HEX #ED237F Deep Cerise

📋 copy color: '#ED237F'

red 237 ◦ green 35 ◦ blue 127

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

Shades of Deep Cerise #ED237F

Tints of Deep Cerise #ED237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

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

R = 59.4%
G = 8.77%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED237F (or 0xED237F) is known color: Deep Cerise. HEX triplet: ED, 23 and 7F. RGB value is (237,35,127). Sum of RGB (Red+Green+Blue) = 237+35+127=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED237F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED237F is #12DC80. Grayscale: #696969. Windows color (decimal): -1236097 or 8332269. OLE color: 8332269.

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

Color convert

RGB 237 35 127 -
CMYK 0 0.85 0.46 0.07
HSL 332.67º 0.85% 0.53% -
HSV(B) 332.67º 0.85% 0.93% -
XYZ 39.36 20.74 22.01 -
YUV 105.89 139.92 221.52 -
System Red Green Blue C M Y K H S L
Decimal 237 35 127 0 0.85 0.46 0.07 332.67 0.85 0.53
Hex ED 23 7F 0 55 2E 7 14D 55 35
Octal 355 43 177 0 125 56 7 515 125 65
Binary 11101101 100011 1111111 0 1010101 101110 111 101001101 1010101 110101

Color Harmonies of #ED237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED237F

Black with #ED237F

Text Example


Text Example

White with #ED237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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