Html Css Color HEX #EC1E89 Deep Pink

📋 copy color: '#EC1E89'

red 236 ◦ green 30 ◦ blue 137

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

Shades of Deep Pink #EC1E89

Tints of Deep Pink #EC1E89

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 137 (53.91% from 255) = 34%

R = 58.56%
G = 7.44%
B = 34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC1E89 (or 0xEC1E89) is known color: Deep Pink. HEX triplet: EC, 1E and 89. RGB value is (236,30,137). Sum of RGB (Red+Green+Blue) = 236+30+137=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 137 (53.91% from 255 or 34.00% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1E89 is #13E176. Grayscale: #676767. Windows color (decimal): -1302903 or 8986348. OLE color: 8986348.

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

Color convert

RGB 236 30 137 -
CMYK 0 0.87 0.42 0.07
HSL 328.84º 0.84% 0.52% -
HSV(B) 328.84º 0.87% 0.93% -
XYZ 39.57 20.57 25.55 -
YUV 103.79 146.75 222.3 -
System Red Green Blue C M Y K H S L
Decimal 236 30 137 0 0.87 0.42 0.07 328.84 0.84 0.52
Hex EC 1E 89 0 57 2A 7 149 54 34
Octal 354 36 211 0 127 52 7 511 124 64
Binary 11101100 11110 10001001 0 1010111 101010 111 101001001 1010100 110100

Color Harmonies of #EC1E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E89

Black with #EC1E89

Text Example


Text Example

White with #EC1E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E89; }

 p { color: rgb(236,30,137); }

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

background-color css

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

 a { background-color: rgb(236,30,137); }

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

border-color css

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

 span { border-color: rgb(236,30,137); }

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