Html Css Color HEX #EC467A Dark Pink

📋 copy color: '#EC467A'

red 236 ◦ green 70 ◦ blue 122

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

Shades of Dark Pink #EC467A

Tints of Dark Pink #EC467A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 55.14%
G = 16.36%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC467A (or 0xEC467A) is known color: Dark Pink. HEX triplet: EC, 46 and 7A. RGB value is (236,70,122). Sum of RGB (Red+Green+Blue) = 236+70+122=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC467A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC467A is #13B985. Grayscale: #7D7D7D. Windows color (decimal): -1292678 or 8013548. OLE color: 8013548.

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

Color convert

RGB 236 70 122 -
CMYK 0 0.70 0.48 0.07
HSL 341.2º 0.81% 0.6% -
HSV(B) 341.2º 0.7% 0.93% -
XYZ 40.3 23.62 20.85 -
YUV 125.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 236 70 122 0 0.70 0.48 0.07 341.2 0.81 0.6
Hex EC 46 7A 0 46 30 7 155 51 3C
Octal 354 106 172 0 106 60 7 525 121 74
Binary 11101100 1000110 1111010 0 1000110 110000 111 101010101 1010001 111100

Color Harmonies of #EC467A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC467A

Black with #EC467A

Text Example


Text Example

White with #EC467A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC467A; }

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

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

background-color css

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

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

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

border-color css

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

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

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