Html Css Color HEX #ED3287 Deep Cerise

📋 copy color: '#ED3287'

red 237 ◦ green 50 ◦ blue 135

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

Shades of Deep Cerise #ED3287

Tints of Deep Cerise #ED3287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.85%

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 56.16%
G = 11.85%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED3287 (or 0xED3287) is known color: Deep Cerise. HEX triplet: ED, 32 and 87. RGB value is (237,50,135). Sum of RGB (Red+Green+Blue) = 237+50+135=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3287 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3287 is #12CD78. Grayscale: #737373. Windows color (decimal): -1232249 or 8860397. OLE color: 8860397.

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

Color convert

RGB 237 50 135 -
CMYK 0 0.79 0.43 0.07
HSL 332.73º 0.84% 0.56% -
HSV(B) 332.73º 0.79% 0.93% -
XYZ 40.44 22.04 25.04 -
YUV 115.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 237 50 135 0 0.79 0.43 0.07 332.73 0.84 0.56
Hex ED 32 87 0 4F 2B 7 14D 54 38
Octal 355 62 207 0 117 53 7 515 124 70
Binary 11101101 110010 10000111 0 1001111 101011 111 101001101 1010100 111000

Color Harmonies of #ED3287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3287

Black with #ED3287

Text Example


Text Example

White with #ED3287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3287; }

 p { color: rgb(237,50,135); }

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

background-color css

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

 a { background-color: rgb(237,50,135); }

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

border-color css

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

 span { border-color: rgb(237,50,135); }

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