Html Css Color HEX #EC5D7B Dark Pink

📋 copy color: '#EC5D7B'

red 236 ◦ green 93 ◦ blue 123

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

Shades of Dark Pink #EC5D7B

Tints of Dark Pink #EC5D7B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.58%

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 52.21%
G = 20.58%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC5D7B (or 0xEC5D7B) is known color: Dark Pink. HEX triplet: EC, 5D and 7B. RGB value is (236,93,123). Sum of RGB (Red+Green+Blue) = 236+93+123=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5D7B is #13A284. Grayscale: #8B8B8B. Windows color (decimal): -1286789 or 8084972. OLE color: 8084972.

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

Color convert

RGB 236 93 123 -
CMYK 0 0.61 0.48 0.07
HSL 347.41º 0.79% 0.65% -
HSV(B) 347.41º 0.61% 0.93% -
XYZ 42.08 27.09 21.75 -
YUV 139.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 236 93 123 0 0.61 0.48 0.07 347.41 0.79 0.65
Hex EC 5D 7B 0 3D 30 7 15B 4F 41
Octal 354 135 173 0 75 60 7 533 117 101
Binary 11101100 1011101 1111011 0 111101 110000 111 101011011 1001111 1000001

Color Harmonies of #EC5D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D7B

Black with #EC5D7B

Text Example


Text Example

White with #EC5D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D7B; }

 p { color: rgb(236,93,123); }

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

background-color css

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

 a { background-color: rgb(236,93,123); }

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

border-color css

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

 span { border-color: rgb(236,93,123); }

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