Html Css Color HEX #ED3386 Deep Cerise

📋 copy color: '#ED3386'

red 237 ◦ green 51 ◦ blue 134

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

Shades of Deep Cerise #ED3386

Tints of Deep Cerise #ED3386

RGB

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

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

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

R = 56.16%
G = 12.09%
B = 31.75%

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

#ED3386 (or 0xED3386) is known color: Deep Cerise. HEX triplet: ED, 33 and 86. RGB value is (237,51,134). Sum of RGB (Red+Green+Blue) = 237+51+134=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED3386 is #12CC79. Grayscale: #737373. Windows color (decimal): -1231994 or 8795117. OLE color: 8795117.

HSL color Cylindrical-coordinate representation of color #ED3386: hue angle of 333.23º 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 #ED3386 is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 51 134 -
CMYK 0 0.78 0.43 0.07
HSL 333.23º 0.84% 0.56% -
HSV(B) 333.23º 0.78% 0.93% -
XYZ 40.41 22.09 24.69 -
YUV 116.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 237 51 134 0 0.78 0.43 0.07 333.23 0.84 0.56
Hex ED 33 86 0 4E 2B 7 14D 54 38
Octal 355 63 206 0 116 53 7 515 124 70
Binary 11101101 110011 10000110 0 1001110 101011 111 101001101 1010100 111000

Color Harmonies of #ED3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3386

Black with #ED3386

Text Example


Text Example

White with #ED3386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3386; }

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

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

background-color css

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

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

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

border-color css

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

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

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