Html Css Color HEX #EC5B90 Dark Pink

📋 copy color: '#EC5B90'

red 236 ◦ green 91 ◦ blue 144

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

Shades of Dark Pink #EC5B90

Tints of Dark Pink #EC5B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.32%

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

R = 50.11%
G = 19.32%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC5B90 (or 0xEC5B90) is known color: Dark Pink. HEX triplet: EC, 5B and 90. RGB value is (236,91,144). Sum of RGB (Red+Green+Blue) = 236+91+144=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 91 (35.94% from 255 or 19.32% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5B90 is #13A46F. Grayscale: #8C8C8C. Windows color (decimal): -1287280 or 9460716. OLE color: 9460716.

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

Color convert

RGB 236 91 144 -
CMYK 0 0.61 0.39 0.07
HSL 338.07º 0.79% 0.64% -
HSV(B) 338.07º 0.61% 0.93% -
XYZ 43.37 27.33 29.37 -
YUV 140.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 236 91 144 0 0.61 0.39 0.07 338.07 0.79 0.64
Hex EC 5B 90 0 3D 27 7 152 4F 40
Octal 354 133 220 0 75 47 7 522 117 100
Binary 11101100 1011011 10010000 0 111101 100111 111 101010010 1001111 1000000

Color Harmonies of #EC5B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B90

Black with #EC5B90

Text Example


Text Example

White with #EC5B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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