Html Css Color HEX #ED3586 Deep Cerise

📋 copy color: '#ED3586'

red 237 ◦ green 53 ◦ blue 134

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

Shades of Deep Cerise #ED3586

Tints of Deep Cerise #ED3586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.5%

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

R = 55.9%
G = 12.5%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED3586 (or 0xED3586) is known color: Deep Cerise. HEX triplet: ED, 35 and 86. RGB value is (237,53,134). Sum of RGB (Red+Green+Blue) = 237+53+134=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3586 is #12CA79. Grayscale: #757575. Windows color (decimal): -1231482 or 8795629. OLE color: 8795629.

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

Color convert

RGB 237 53 134 -
CMYK 0 0.78 0.43 0.07
HSL 333.59º 0.84% 0.57% -
HSV(B) 333.59º 0.78% 0.93% -
XYZ 40.5 22.27 24.72 -
YUV 117.25 137.46 213.41 -
System Red Green Blue C M Y K H S L
Decimal 237 53 134 0 0.78 0.43 0.07 333.59 0.84 0.57
Hex ED 35 86 0 4E 2B 7 14E 54 39
Octal 355 65 206 0 116 53 7 516 124 71
Binary 11101101 110101 10000110 0 1001110 101011 111 101001110 1010100 111001

Color Harmonies of #ED3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3586

Black with #ED3586

Text Example


Text Example

White with #ED3586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3586; }

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

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

background-color css

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

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

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

border-color css

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

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

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