Html Css Color HEX #EC1A7E Deep Pink

📋 copy color: '#EC1A7E'

red 236 ◦ green 26 ◦ blue 126

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

Shades of Deep Pink #EC1A7E

Tints of Deep Pink #EC1A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 60.82%
G = 6.7%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC1A7E (or 0xEC1A7E) is known color: Deep Pink. HEX triplet: EC, 1A and 7E. RGB value is (236,26,126). Sum of RGB (Red+Green+Blue) = 236+26+126=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A7E is #13E581. Grayscale: #646464. Windows color (decimal): -1303938 or 8264428. OLE color: 8264428.

HSL color Cylindrical-coordinate representation of color #EC1A7E: hue angle of 331.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 #EC1A7E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 26 126 -
CMYK 0 0.89 0.47 0.07
HSL 331.43º 0.85% 0.51% -
HSV(B) 331.43º 0.89% 0.93% -
XYZ 38.73 20.08 21.57 -
YUV 100.19 142.57 224.87 -
System Red Green Blue C M Y K H S L
Decimal 236 26 126 0 0.89 0.47 0.07 331.43 0.85 0.51
Hex EC 1A 7E 0 59 2F 7 14B 55 33
Octal 354 32 176 0 131 57 7 513 125 63
Binary 11101100 11010 1111110 0 1011001 101111 111 101001011 1010101 110011

Color Harmonies of #EC1A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A7E

Black with #EC1A7E

Text Example


Text Example

White with #EC1A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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