Html Css Color HEX #EC4D85 Dark Pink

📋 copy color: '#EC4D85'

red 236 ◦ green 77 ◦ blue 133

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

Shades of Dark Pink #EC4D85

Tints of Dark Pink #EC4D85

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.26%

 BLUE value IS 133 (52.34% from 255) = 29.82%

R = 52.91%
G = 17.26%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC4D85 (or 0xEC4D85) is known color: Dark Pink. HEX triplet: EC, 4D and 85. RGB value is (236,77,133). Sum of RGB (Red+Green+Blue) = 236+77+133=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC4D85 is #13B27A. Grayscale: #828282. Windows color (decimal): -1290875 or 8736236. OLE color: 8736236.

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

Color convert

RGB 236 77 133 -
CMYK 0 0.67 0.44 0.07
HSL 338.87º 0.81% 0.61% -
HSV(B) 338.87º 0.67% 0.93% -
XYZ 41.48 24.83 24.8 -
YUV 130.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 236 77 133 0 0.67 0.44 0.07 338.87 0.81 0.61
Hex EC 4D 85 0 43 2C 7 153 51 3D
Octal 354 115 205 0 103 54 7 523 121 75
Binary 11101100 1001101 10000101 0 1000011 101100 111 101010011 1010001 111101

Color Harmonies of #EC4D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D85

Black with #EC4D85

Text Example


Text Example

White with #EC4D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D85; }

 p { color: rgb(236,77,133); }

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

background-color css

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

 a { background-color: rgb(236,77,133); }

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

border-color css

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

 span { border-color: rgb(236,77,133); }

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