Html Css Color HEX #EC1C85 Deep Pink

📋 copy color: '#EC1C85'

red 236 ◦ green 28 ◦ blue 133

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

Shades of Deep Pink #EC1C85

Tints of Deep Pink #EC1C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.05%

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

R = 59.45%
G = 7.05%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1C85 (or 0xEC1C85) is known color: Deep Pink. HEX triplet: EC, 1C and 85. RGB value is (236,28,133). Sum of RGB (Red+Green+Blue) = 236+28+133=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1C85 is #13E37A. Grayscale: #656565. Windows color (decimal): -1303419 or 8723692. OLE color: 8723692.

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

Color convert

RGB 236 28 133 -
CMYK 0 0.88 0.44 0.07
HSL 329.71º 0.85% 0.52% -
HSV(B) 329.71º 0.88% 0.93% -
XYZ 39.24 20.36 24.05 -
YUV 102.16 145.41 223.46 -
System Red Green Blue C M Y K H S L
Decimal 236 28 133 0 0.88 0.44 0.07 329.71 0.85 0.52
Hex EC 1C 85 0 58 2C 7 14A 55 34
Octal 354 34 205 0 130 54 7 512 125 64
Binary 11101100 11100 10000101 0 1011000 101100 111 101001010 1010101 110100

Color Harmonies of #EC1C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C85

Black with #EC1C85

Text Example


Text Example

White with #EC1C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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