Html Css Color HEX #EC5E90 Dark Pink

📋 copy color: '#EC5E90'

red 236 ◦ green 94 ◦ blue 144

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

Shades of Dark Pink #EC5E90

Tints of Dark Pink #EC5E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.83%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 49.79%
G = 19.83%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5E90 (or 0xEC5E90) is known color: Dark Pink. HEX triplet: EC, 5E and 90. RGB value is (236,94,144). Sum of RGB (Red+Green+Blue) = 236+94+144=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 94 (37.11% from 255 or 19.83% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5E90 is #13A16F. Grayscale: #8E8E8E. Windows color (decimal): -1286512 or 9461484. OLE color: 9461484.

HSL color Cylindrical-coordinate representation of color #EC5E90: hue angle of 338.87º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5E90 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 144 -
CMYK 0 0.60 0.39 0.07
HSL 338.87º 0.79% 0.65% -
HSV(B) 338.87º 0.6% 0.93% -
XYZ 43.63 27.85 29.46 -
YUV 142.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 236 94 144 0 0.60 0.39 0.07 338.87 0.79 0.65
Hex EC 5E 90 0 3C 27 7 153 4F 41
Octal 354 136 220 0 74 47 7 523 117 101
Binary 11101100 1011110 10010000 0 111100 100111 111 101010011 1001111 1000001

Color Harmonies of #EC5E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E90

Black with #EC5E90

Text Example


Text Example

White with #EC5E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E90; }

 p { color: rgb(236,94,144); }

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

background-color css

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

 a { background-color: rgb(236,94,144); }

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

border-color css

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

 span { border-color: rgb(236,94,144); }

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