Html Css Color HEX #EC467E Dark Pink

📋 copy color: '#EC467E'

red 236 ◦ green 70 ◦ blue 126

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

Shades of Dark Pink #EC467E

Tints of Dark Pink #EC467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 54.63%
G = 16.2%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC467E (or 0xEC467E) is known color: Dark Pink. HEX triplet: EC, 46 and 7E. RGB value is (236,70,126). Sum of RGB (Red+Green+Blue) = 236+70+126=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 70 (27.73% from 255 or 16.20% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC467E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC467E is #13B981. Grayscale: #7D7D7D. Windows color (decimal): -1292674 or 8275692. OLE color: 8275692.

HSL color Cylindrical-coordinate representation of color #EC467E: hue angle of 339.76º 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 #EC467E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 126 -
CMYK 0 0.70 0.47 0.07
HSL 339.76º 0.81% 0.6% -
HSV(B) 339.76º 0.7% 0.93% -
XYZ 40.55 23.72 22.18 -
YUV 126.02 128 206.45 -
System Red Green Blue C M Y K H S L
Decimal 236 70 126 0 0.70 0.47 0.07 339.76 0.81 0.6
Hex EC 46 7E 0 46 2F 7 154 51 3C
Octal 354 106 176 0 106 57 7 524 121 74
Binary 11101100 1000110 1111110 0 1000110 101111 111 101010100 1010001 111100

Color Harmonies of #EC467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC467E

Black with #EC467E

Text Example


Text Example

White with #EC467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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