Html Css Color HEX #EC447C Dark Pink

📋 copy color: '#EC447C'

red 236 ◦ green 68 ◦ blue 124

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

Shades of Dark Pink #EC447C

Tints of Dark Pink #EC447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.89%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 55.14%
G = 15.89%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC447C (or 0xEC447C) is known color: Dark Pink. HEX triplet: EC, 44 and 7C. RGB value is (236,68,124). Sum of RGB (Red+Green+Blue) = 236+68+124=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC447C is #13BB83. Grayscale: #7C7C7C. Windows color (decimal): -1293188 or 8144108. OLE color: 8144108.

HSL color Cylindrical-coordinate representation of color #EC447C: hue angle of 340º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC447C is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 68 124 -
CMYK 0 0.71 0.47 0.07
HSL 340º 0.82% 0.6% -
HSV(B) 340º 0.71% 0.93% -
XYZ 40.3 23.42 21.47 -
YUV 124.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 236 68 124 0 0.71 0.47 0.07 340 0.82 0.6
Hex EC 44 7C 0 47 2F 7 154 52 3C
Octal 354 104 174 0 107 57 7 524 122 74
Binary 11101100 1000100 1111100 0 1000111 101111 111 101010100 1010010 111100

Color Harmonies of #EC447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC447C

Black with #EC447C

Text Example


Text Example

White with #EC447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC447C; }

 p { color: rgb(236,68,124); }

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

background-color css

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

 a { background-color: rgb(236,68,124); }

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

border-color css

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

 span { border-color: rgb(236,68,124); }

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