Html Css Color HEX #ED3186 Deep Cerise

📋 copy color: '#ED3186'

red 237 ◦ green 49 ◦ blue 134

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

Shades of Deep Cerise #ED3186

Tints of Deep Cerise #ED3186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.67%

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

R = 56.43%
G = 11.67%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED3186 (or 0xED3186) is known color: Deep Cerise. HEX triplet: ED, 31 and 86. RGB value is (237,49,134). Sum of RGB (Red+Green+Blue) = 237+49+134=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3186 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3186 is #12CE79. Grayscale: #727272. Windows color (decimal): -1232506 or 8794605. OLE color: 8794605.

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

Color convert

RGB 237 49 134 -
CMYK 0 0.79 0.43 0.07
HSL 332.87º 0.84% 0.56% -
HSV(B) 332.87º 0.79% 0.93% -
XYZ 40.33 21.92 24.66 -
YUV 114.9 138.78 215.09 -
System Red Green Blue C M Y K H S L
Decimal 237 49 134 0 0.79 0.43 0.07 332.87 0.84 0.56
Hex ED 31 86 0 4F 2B 7 14D 54 38
Octal 355 61 206 0 117 53 7 515 124 70
Binary 11101101 110001 10000110 0 1001111 101011 111 101001101 1010100 111000

Color Harmonies of #ED3186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3186

Black with #ED3186

Text Example


Text Example

White with #ED3186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3186; }

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

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

background-color css

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

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

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

border-color css

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

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

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