Html Css Color HEX #EC3385 Deep Cerise

📋 copy color: '#EC3385'

red 236 ◦ green 51 ◦ blue 133

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

Shades of Deep Cerise #EC3385

Tints of Deep Cerise #EC3385

RGB

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

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

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

R = 56.19%
G = 12.14%
B = 31.67%

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

#EC3385 (or 0xEC3385) is known color: Deep Cerise. HEX triplet: EC, 33 and 85. RGB value is (236,51,133). Sum of RGB (Red+Green+Blue) = 236+51+133=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3385 is #13CC7A. Grayscale: #737373. Windows color (decimal): -1297531 or 8729580. OLE color: 8729580.

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

Color convert

RGB 236 51 133 -
CMYK 0 0.78 0.44 0.07
HSL 333.41º 0.83% 0.56% -
HSV(B) 333.41º 0.78% 0.93% -
XYZ 40.01 21.89 24.31 -
YUV 115.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 236 51 133 0 0.78 0.44 0.07 333.41 0.83 0.56
Hex EC 33 85 0 4E 2C 7 14D 53 38
Octal 354 63 205 0 116 54 7 515 123 70
Binary 11101100 110011 10000101 0 1001110 101100 111 101001101 1010011 111000

Color Harmonies of #EC3385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3385

Black with #EC3385

Text Example


Text Example

White with #EC3385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3385; }

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

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

background-color css

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

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

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

border-color css

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

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

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