Html Css Color HEX #EC3285 Deep Cerise

📋 copy color: '#EC3285'

red 236 ◦ green 50 ◦ blue 133

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

Shades of Deep Cerise #EC3285

Tints of Deep Cerise #EC3285

RGB

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

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

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

R = 56.32%
G = 11.93%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC3285 (or 0xEC3285) is known color: Deep Cerise. HEX triplet: EC, 32 and 85. RGB value is (236,50,133). Sum of RGB (Red+Green+Blue) = 236+50+133=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 50 (19.92% from 255 or 11.93% from 419); Blue value is 133 (52.34% from 255 or 31.74% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3285 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3285 is #13CD7A. Grayscale: #727272. Windows color (decimal): -1297787 or 8729324. OLE color: 8729324.

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

Color convert

RGB 236 50 133 -
CMYK 0 0.79 0.44 0.07
HSL 333.23º 0.83% 0.56% -
HSV(B) 333.23º 0.79% 0.93% -
XYZ 39.97 21.81 24.29 -
YUV 115.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 236 50 133 0 0.79 0.44 0.07 333.23 0.83 0.56
Hex EC 32 85 0 4F 2C 7 14D 53 38
Octal 354 62 205 0 117 54 7 515 123 70
Binary 11101100 110010 10000101 0 1001111 101100 111 101001101 1010011 111000

Color Harmonies of #EC3285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3285

Black with #EC3285

Text Example


Text Example

White with #EC3285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3285; }

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

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

background-color css

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

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

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

border-color css

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

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

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