Html Css Color HEX #EC1A85 Deep Pink

📋 copy color: '#EC1A85'

red 236 ◦ green 26 ◦ blue 133

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

Shades of Deep Pink #EC1A85

Tints of Deep Pink #EC1A85

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 59.75%
G = 6.58%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC1A85 (or 0xEC1A85) is known color: Deep Pink. HEX triplet: EC, 1A and 85. RGB value is (236,26,133). Sum of RGB (Red+Green+Blue) = 236+26+133=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A85 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1A85 is #13E57A. Grayscale: #646464. Windows color (decimal): -1303931 or 8723180. OLE color: 8723180.

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

Color convert

RGB 236 26 133 -
CMYK 0 0.89 0.44 0.07
HSL 329.43º 0.85% 0.51% -
HSV(B) 329.43º 0.89% 0.93% -
XYZ 39.2 20.27 24.04 -
YUV 100.99 146.07 224.3 -
System Red Green Blue C M Y K H S L
Decimal 236 26 133 0 0.89 0.44 0.07 329.43 0.85 0.51
Hex EC 1A 85 0 59 2C 7 149 55 33
Octal 354 32 205 0 131 54 7 511 125 63
Binary 11101100 11010 10000101 0 1011001 101100 111 101001001 1010101 110011

Color Harmonies of #EC1A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A85

Black with #EC1A85

Text Example


Text Example

White with #EC1A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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