Html Css Color HEX #EC467F Dark Pink

📋 copy color: '#EC467F'

red 236 ◦ green 70 ◦ blue 127

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

Shades of Dark Pink #EC467F

Tints of Dark Pink #EC467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 54.5%
G = 16.17%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC467F (or 0xEC467F) is known color: Dark Pink. HEX triplet: EC, 46 and 7F. RGB value is (236,70,127). Sum of RGB (Red+Green+Blue) = 236+70+127=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC467F is #13B980. Grayscale: #7E7E7E. Windows color (decimal): -1292673 or 8341228. OLE color: 8341228.

HSL color Cylindrical-coordinate representation of color #EC467F: hue angle of 339.4º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EC467F is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 127 -
CMYK 0 0.70 0.46 0.07
HSL 339.4º 0.81% 0.6% -
HSV(B) 339.4º 0.7% 0.93% -
XYZ 40.61 23.75 22.52 -
YUV 126.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 236 70 127 0 0.70 0.46 0.07 339.4 0.81 0.6
Hex EC 46 7F 0 46 2E 7 153 51 3C
Octal 354 106 177 0 106 56 7 523 121 74
Binary 11101100 1000110 1111111 0 1000110 101110 111 101010011 1010001 111100

Color Harmonies of #EC467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC467F

Black with #EC467F

Text Example


Text Example

White with #EC467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC467F; }

 p { color: rgb(236,70,127); }

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

background-color css

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

 a { background-color: rgb(236,70,127); }

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

border-color css

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

 span { border-color: rgb(236,70,127); }

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