Html Css Color HEX #EC3585 Deep Cerise

📋 copy color: '#EC3585'

red 236 ◦ green 53 ◦ blue 133

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

Shades of Deep Cerise #EC3585

Tints of Deep Cerise #EC3585

RGB

 RED value IS 236 (92.58% from 255) = 55.92%

 GREEN value IS 53 (21.09% from 255) = 12.56%

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

R = 55.92%
G = 12.56%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC3585 (or 0xEC3585) is known color: Deep Cerise. HEX triplet: EC, 35 and 85. RGB value is (236,53,133). Sum of RGB (Red+Green+Blue) = 236+53+133=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3585 is #13CA7A. Grayscale: #747474. Windows color (decimal): -1297019 or 8730092. OLE color: 8730092.

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

Color convert

RGB 236 53 133 -
CMYK 0 0.78 0.44 0.07
HSL 333.77º 0.83% 0.57% -
HSV(B) 333.77º 0.78% 0.93% -
XYZ 40.1 22.07 24.34 -
YUV 116.84 137.13 213 -
System Red Green Blue C M Y K H S L
Decimal 236 53 133 0 0.78 0.44 0.07 333.77 0.83 0.57
Hex EC 35 85 0 4E 2C 7 14E 53 39
Octal 354 65 205 0 116 54 7 516 123 71
Binary 11101100 110101 10000101 0 1001110 101100 111 101001110 1010011 111001

Color Harmonies of #EC3585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3585

Black with #EC3585

Text Example


Text Example

White with #EC3585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3585; }

 p { color: rgb(236,53,133); }

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

background-color css

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

 a { background-color: rgb(236,53,133); }

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

border-color css

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

 span { border-color: rgb(236,53,133); }

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