Html Css Color HEX #ED3582 Deep Cerise

📋 copy color: '#ED3582'

red 237 ◦ green 53 ◦ blue 130

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

Shades of Deep Cerise #ED3582

Tints of Deep Cerise #ED3582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 56.43%
G = 12.62%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED3582 (or 0xED3582) is known color: Deep Cerise. HEX triplet: ED, 35 and 82. RGB value is (237,53,130). Sum of RGB (Red+Green+Blue) = 237+53+130=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 53 (21.09% from 255 or 12.62% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3582 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3582 is #12CA7D. Grayscale: #747474. Windows color (decimal): -1231486 or 8533485. OLE color: 8533485.

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

Color convert

RGB 237 53 130 -
CMYK 0 0.78 0.45 0.07
HSL 334.89º 0.84% 0.57% -
HSV(B) 334.89º 0.78% 0.93% -
XYZ 40.23 22.16 23.28 -
YUV 116.79 135.46 213.74 -
System Red Green Blue C M Y K H S L
Decimal 237 53 130 0 0.78 0.45 0.07 334.89 0.84 0.57
Hex ED 35 82 0 4E 2D 7 14F 54 39
Octal 355 65 202 0 116 55 7 517 124 71
Binary 11101101 110101 10000010 0 1001110 101101 111 101001111 1010100 111001

Color Harmonies of #ED3582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3582

Black with #ED3582

Text Example


Text Example

White with #ED3582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3582; }

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

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

background-color css

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

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

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

border-color css

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

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

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