Html Css Color HEX #ED2D86 Deep Cerise

📋 copy color: '#ED2D86'

red 237 ◦ green 45 ◦ blue 134

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

Shades of Deep Cerise #ED2D86

Tints of Deep Cerise #ED2D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

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

R = 56.97%
G = 10.82%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED2D86 (or 0xED2D86) is known color: Deep Cerise. HEX triplet: ED, 2D and 86. RGB value is (237,45,134). Sum of RGB (Red+Green+Blue) = 237+45+134=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED2D86 is #12D279. Grayscale: #707070. Windows color (decimal): -1233530 or 8793581. OLE color: 8793581.

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

Color convert

RGB 237 45 134 -
CMYK 0 0.81 0.43 0.07
HSL 332.19º 0.84% 0.55% -
HSV(B) 332.19º 0.81% 0.93% -
XYZ 40.17 21.6 24.61 -
YUV 112.55 140.11 216.76 -
System Red Green Blue C M Y K H S L
Decimal 237 45 134 0 0.81 0.43 0.07 332.19 0.84 0.55
Hex ED 2D 86 0 51 2B 7 14C 54 37
Octal 355 55 206 0 121 53 7 514 124 67
Binary 11101101 101101 10000110 0 1010001 101011 111 101001100 1010100 110111

Color Harmonies of #ED2D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D86

Black with #ED2D86

Text Example


Text Example

White with #ED2D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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