Html Css Color HEX #ED236E Cerise

📋 copy color: '#ED236E'

red 237 ◦ green 35 ◦ blue 110

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

Shades of Cerise #ED236E

Tints of Cerise #ED236E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 62.04%
G = 9.16%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED236E (or 0xED236E) is known color: Cerise. HEX triplet: ED, 23 and 6E. RGB value is (237,35,110). Sum of RGB (Red+Green+Blue) = 237+35+110=382 (50% of max value = 765). Red value is 237 (92.97% from 255 or 62.04% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 237 - color contains mainly: red. Hex color #ED236E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED236E is #12DC91. Grayscale: #676767. Windows color (decimal): -1236114 or 7218157. OLE color: 7218157.

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

Color convert

RGB 237 35 110 -
CMYK 0 0.85 0.54 0.07
HSL 337.72º 0.85% 0.53% -
HSV(B) 337.72º 0.85% 0.93% -
XYZ 38.34 20.33 16.66 -
YUV 103.95 131.42 222.9 -
System Red Green Blue C M Y K H S L
Decimal 237 35 110 0 0.85 0.54 0.07 337.72 0.85 0.53
Hex ED 23 6E 0 55 36 7 152 55 35
Octal 355 43 156 0 125 66 7 522 125 65
Binary 11101101 100011 1101110 0 1010101 110110 111 101010010 1010101 110101

Color Harmonies of #ED236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED236E

Black with #ED236E

Text Example


Text Example

White with #ED236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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