Html Css Color HEX #ED287D Deep Cerise

📋 copy color: '#ED287D'

red 237 ◦ green 40 ◦ blue 125

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

Shades of Deep Cerise #ED287D

Tints of Deep Cerise #ED287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 58.96%
G = 9.95%
B = 31.09%

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

#ED287D (or 0xED287D) is known color: Deep Cerise. HEX triplet: ED, 28 and 7D. RGB value is (237,40,125). Sum of RGB (Red+Green+Blue) = 237+40+125=402 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.96% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 237 - color contains mainly: red. Hex color #ED287D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED287D is #12D782. Grayscale: #6C6C6C. Windows color (decimal): -1234819 or 8202477. OLE color: 8202477.

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

Color convert

RGB 237 40 125 -
CMYK 0 0.83 0.47 0.07
HSL 334.11º 0.85% 0.54% -
HSV(B) 334.11º 0.83% 0.93% -
XYZ 39.39 21 21.38 -
YUV 108.59 137.27 219.59 -
System Red Green Blue C M Y K H S L
Decimal 237 40 125 0 0.83 0.47 0.07 334.11 0.85 0.54
Hex ED 28 7D 0 53 2F 7 14E 55 36
Octal 355 50 175 0 123 57 7 516 125 66
Binary 11101101 101000 1111101 0 1010011 101111 111 101001110 1010101 110110

Color Harmonies of #ED287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED287D

Black with #ED287D

Text Example


Text Example

White with #ED287D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED287D; }

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

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

background-color css

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

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

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

border-color css

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

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

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