Html Css Color HEX #ED3486 Deep Cerise

📋 copy color: '#ED3486'

red 237 ◦ green 52 ◦ blue 134

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

Shades of Deep Cerise #ED3486

Tints of Deep Cerise #ED3486

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.29%

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

R = 56.03%
G = 12.29%
B = 31.68%

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

#ED3486 (or 0xED3486) is known color: Deep Cerise. HEX triplet: ED, 34 and 86. RGB value is (237,52,134). Sum of RGB (Red+Green+Blue) = 237+52+134=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3486 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3486 is #12CB79. Grayscale: #747474. Windows color (decimal): -1231738 or 8795373. OLE color: 8795373.

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

Color convert

RGB 237 52 134 -
CMYK 0 0.78 0.43 0.07
HSL 333.41º 0.84% 0.57% -
HSV(B) 333.41º 0.78% 0.93% -
XYZ 40.46 22.18 24.7 -
YUV 116.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 237 52 134 0 0.78 0.43 0.07 333.41 0.84 0.57
Hex ED 34 86 0 4E 2B 7 14D 54 39
Octal 355 64 206 0 116 53 7 515 124 71
Binary 11101101 110100 10000110 0 1001110 101011 111 101001101 1010100 111001

Color Harmonies of #ED3486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3486

Black with #ED3486

Text Example


Text Example

White with #ED3486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3486; }

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

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

background-color css

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

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

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

border-color css

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

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

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