Html Css Color HEX #ED287E Deep Cerise

📋 copy color: '#ED287E'

red 237 ◦ green 40 ◦ blue 126

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

Shades of Deep Cerise #ED287E

Tints of Deep Cerise #ED287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 58.81%
G = 9.93%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#ED287E (or 0xED287E) is known color: Deep Cerise. HEX triplet: ED, 28 and 7E. RGB value is (237,40,126). Sum of RGB (Red+Green+Blue) = 237+40+126=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED287E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED287E is #12D781. Grayscale: #6C6C6C. Windows color (decimal): -1234818 or 8268013. OLE color: 8268013.

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

Color convert

RGB 237 40 126 -
CMYK 0 0.83 0.47 0.07
HSL 333.81º 0.85% 0.54% -
HSV(B) 333.81º 0.83% 0.93% -
XYZ 39.45 21.03 21.72 -
YUV 108.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 237 40 126 0 0.83 0.47 0.07 333.81 0.85 0.54
Hex ED 28 7E 0 53 2F 7 14E 55 36
Octal 355 50 176 0 123 57 7 516 125 66
Binary 11101101 101000 1111110 0 1010011 101111 111 101001110 1010101 110110

Color Harmonies of #ED287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED287E

Black with #ED287E

Text Example


Text Example

White with #ED287E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED287E; }

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

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

background-color css

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

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

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

border-color css

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

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

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