Html Css Color HEX #ED2586 Deep Cerise

📋 copy color: '#ED2586'

red 237 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #ED2586

Tints of Deep Cerise #ED2586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.07%

 BLUE value IS 134 (52.73% from 255) = 32.84%

R = 58.09%
G = 9.07%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED2586 (or 0xED2586) is known color: Deep Cerise. HEX triplet: ED, 25 and 86. RGB value is (237,37,134). Sum of RGB (Red+Green+Blue) = 237+37+134=408 (54% of max value = 765). Red value is 237 (92.97% from 255 or 58.09% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2586 is #12DA79. Grayscale: #6B6B6B. Windows color (decimal): -1235578 or 8791533. OLE color: 8791533.

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

Color convert

RGB 237 37 134 -
CMYK 0 0.84 0.43 0.07
HSL 330.9º 0.85% 0.54% -
HSV(B) 330.9º 0.84% 0.93% -
XYZ 39.89 21.05 24.51 -
YUV 107.86 142.76 220.11 -
System Red Green Blue C M Y K H S L
Decimal 237 37 134 0 0.84 0.43 0.07 330.9 0.85 0.54
Hex ED 25 86 0 54 2B 7 14B 55 36
Octal 355 45 206 0 124 53 7 513 125 66
Binary 11101101 100101 10000110 0 1010100 101011 111 101001011 1010101 110110

Color Harmonies of #ED2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2586

Black with #ED2586

Text Example


Text Example

White with #ED2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2586; }

 p { color: rgb(237,37,134); }

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

background-color css

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

 a { background-color: rgb(237,37,134); }

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

border-color css

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

 span { border-color: rgb(237,37,134); }

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