Html Css Color HEX #ED2185 Deep Cerise

📋 copy color: '#ED2185'

red 237 ◦ green 33 ◦ blue 133

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

Shades of Deep Cerise #ED2185

Tints of Deep Cerise #ED2185

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.19%

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

R = 58.81%
G = 8.19%
B = 33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED2185 (or 0xED2185) is known color: Deep Cerise. HEX triplet: ED, 21 and 85. RGB value is (237,33,133). Sum of RGB (Red+Green+Blue) = 237+33+133=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2185 is #12DE7A. Grayscale: #696969. Windows color (decimal): -1236603 or 8724973. OLE color: 8724973.

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

Color convert

RGB 237 33 133 -
CMYK 0 0.86 0.44 0.07
HSL 330.59º 0.85% 0.53% -
HSV(B) 330.59º 0.86% 0.93% -
XYZ 39.7 20.79 24.11 -
YUV 105.4 143.59 221.87 -
System Red Green Blue C M Y K H S L
Decimal 237 33 133 0 0.86 0.44 0.07 330.59 0.85 0.53
Hex ED 21 85 0 56 2C 7 14B 55 35
Octal 355 41 205 0 126 54 7 513 125 65
Binary 11101101 100001 10000101 0 1010110 101100 111 101001011 1010101 110101

Color Harmonies of #ED2185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2185

Black with #ED2185

Text Example


Text Example

White with #ED2185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2185; }

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

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

background-color css

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

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

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

border-color css

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

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

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