Html Css Color HEX #ED2485 Deep Cerise

📋 copy color: '#ED2485'

red 237 ◦ green 36 ◦ blue 133

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

Shades of Deep Cerise #ED2485

Tints of Deep Cerise #ED2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 58.37%
G = 8.87%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED2485 (or 0xED2485) is known color: Deep Cerise. HEX triplet: ED, 24 and 85. RGB value is (237,36,133). Sum of RGB (Red+Green+Blue) = 237+36+133=406 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.37% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2485 is #12DB7A. Grayscale: #6A6A6A. Windows color (decimal): -1235835 or 8725741. OLE color: 8725741.

HSL color Cylindrical-coordinate representation of color #ED2485: hue angle of 331.04º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ED2485 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 36 133 -
CMYK 0 0.85 0.44 0.07
HSL 331.04º 0.85% 0.54% -
HSV(B) 331.04º 0.85% 0.93% -
XYZ 39.79 20.96 24.14 -
YUV 107.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 237 36 133 0 0.85 0.44 0.07 331.04 0.85 0.54
Hex ED 24 85 0 55 2C 7 14B 55 36
Octal 355 44 205 0 125 54 7 513 125 66
Binary 11101101 100100 10000101 0 1010101 101100 111 101001011 1010101 110110

Color Harmonies of #ED2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2485

Black with #ED2485

Text Example


Text Example

White with #ED2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2485; }

 p { color: rgb(237,36,133); }

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

background-color css

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

 a { background-color: rgb(237,36,133); }

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

border-color css

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

 span { border-color: rgb(237,36,133); }

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