Html Css Color HEX #ED2583 Deep Cerise

📋 copy color: '#ED2583'

red 237 ◦ green 37 ◦ blue 131

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

Shades of Deep Cerise #ED2583

Tints of Deep Cerise #ED2583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 58.52%
G = 9.14%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED2583 (or 0xED2583) is known color: Deep Cerise. HEX triplet: ED, 25 and 83. RGB value is (237,37,131). Sum of RGB (Red+Green+Blue) = 237+37+131=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2583 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2583 is #12DA7C. Grayscale: #6B6B6B. Windows color (decimal): -1235581 or 8594925. OLE color: 8594925.

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

Color convert

RGB 237 37 131 -
CMYK 0 0.84 0.45 0.07
HSL 331.8º 0.85% 0.54% -
HSV(B) 331.8º 0.84% 0.93% -
XYZ 39.68 20.97 23.43 -
YUV 107.52 141.26 220.36 -
System Red Green Blue C M Y K H S L
Decimal 237 37 131 0 0.84 0.45 0.07 331.8 0.85 0.54
Hex ED 25 83 0 54 2D 7 14C 55 36
Octal 355 45 203 0 124 55 7 514 125 66
Binary 11101101 100101 10000011 0 1010100 101101 111 101001100 1010101 110110

Color Harmonies of #ED2583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2583

Black with #ED2583

Text Example


Text Example

White with #ED2583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2583; }

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

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

background-color css

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

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

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

border-color css

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

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

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