Html Css Color HEX #ED288E Deep Cerise

📋 copy color: '#ED288E'

red 237 ◦ green 40 ◦ blue 142

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

Shades of Deep Cerise #ED288E

Tints of Deep Cerise #ED288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 142 (55.86% from 255) = 33.89%

R = 56.56%
G = 9.55%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED288E (or 0xED288E) is known color: Deep Cerise. HEX triplet: ED, 28 and 8E. RGB value is (237,40,142). Sum of RGB (Red+Green+Blue) = 237+40+142=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #ED288E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED288E is #12D771. Grayscale: #6E6E6E. Windows color (decimal): -1234802 or 9316589. OLE color: 9316589.

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

Color convert

RGB 237 40 142 -
CMYK 0 0.83 0.40 0.07
HSL 328.93º 0.85% 0.54% -
HSV(B) 328.93º 0.83% 0.93% -
XYZ 40.57 21.48 27.6 -
YUV 110.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 237 40 142 0 0.83 0.40 0.07 328.93 0.85 0.54
Hex ED 28 8E 0 53 28 7 149 55 36
Octal 355 50 216 0 123 50 7 511 125 66
Binary 11101101 101000 10001110 0 1010011 101000 111 101001001 1010101 110110

Color Harmonies of #ED288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED288E

Black with #ED288E

Text Example


Text Example

White with #ED288E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED288E; }

 p { color: rgb(237,40,142); }

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

background-color css

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

 a { background-color: rgb(237,40,142); }

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

border-color css

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

 span { border-color: rgb(237,40,142); }

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