Html Css Color HEX #ED3387 Deep Cerise

📋 copy color: '#ED3387'

red 237 ◦ green 51 ◦ blue 135

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

Shades of Deep Cerise #ED3387

Tints of Deep Cerise #ED3387

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

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

R = 56.03%
G = 12.06%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED3387 (or 0xED3387) is known color: Deep Cerise. HEX triplet: ED, 33 and 87. RGB value is (237,51,135). Sum of RGB (Red+Green+Blue) = 237+51+135=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3387 is #12CC78. Grayscale: #747474. Windows color (decimal): -1231993 or 8860653. OLE color: 8860653.

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

Color convert

RGB 237 51 135 -
CMYK 0 0.78 0.43 0.07
HSL 332.9º 0.84% 0.56% -
HSV(B) 332.9º 0.78% 0.93% -
XYZ 40.48 22.12 25.06 -
YUV 116.19 138.62 214.17 -
System Red Green Blue C M Y K H S L
Decimal 237 51 135 0 0.78 0.43 0.07 332.9 0.84 0.56
Hex ED 33 87 0 4E 2B 7 14D 54 38
Octal 355 63 207 0 116 53 7 515 124 70
Binary 11101101 110011 10000111 0 1001110 101011 111 101001101 1010100 111000

Color Harmonies of #ED3387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3387

Black with #ED3387

Text Example


Text Example

White with #ED3387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3387; }

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

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

background-color css

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

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

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

border-color css

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

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

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