Html Css Color HEX #ED237A Deep Cerise

📋 copy color: '#ED237A'

red 237 ◦ green 35 ◦ blue 122

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

Shades of Deep Cerise #ED237A

Tints of Deep Cerise #ED237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 60.15%
G = 8.88%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ED237A (or 0xED237A) is known color: Deep Cerise. HEX triplet: ED, 23 and 7A. RGB value is (237,35,122). Sum of RGB (Red+Green+Blue) = 237+35+122=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED237A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED237A is #12DC85. Grayscale: #696969. Windows color (decimal): -1236102 or 8004589. OLE color: 8004589.

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

Color convert

RGB 237 35 122 -
CMYK 0 0.85 0.49 0.07
HSL 334.16º 0.85% 0.53% -
HSV(B) 334.16º 0.85% 0.93% -
XYZ 39.04 20.61 20.33 -
YUV 105.32 137.42 221.93 -
System Red Green Blue C M Y K H S L
Decimal 237 35 122 0 0.85 0.49 0.07 334.16 0.85 0.53
Hex ED 23 7A 0 55 31 7 14E 55 35
Octal 355 43 172 0 125 61 7 516 125 65
Binary 11101101 100011 1111010 0 1010101 110001 111 101001110 1010101 110101

Color Harmonies of #ED237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED237A

Black with #ED237A

Text Example


Text Example

White with #ED237A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED237A; }

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

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

background-color css

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

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

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

border-color css

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

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

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