Html Css Color HEX #EC548A Dark Pink

📋 copy color: '#EC548A'

red 236 ◦ green 84 ◦ blue 138

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

Shades of Dark Pink #EC548A

Tints of Dark Pink #EC548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.34%

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 51.53%
G = 18.34%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC548A (or 0xEC548A) is known color: Dark Pink. HEX triplet: EC, 54 and 8A. RGB value is (236,84,138). Sum of RGB (Red+Green+Blue) = 236+84+138=458 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.53% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 236 - color contains mainly: red. Hex color #EC548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC548A is #13AB75. Grayscale: #878787. Windows color (decimal): -1289078 or 9065708. OLE color: 9065708.

HSL color Cylindrical-coordinate representation of color #EC548A: hue angle of 338.68º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC548A is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 138 -
CMYK 0 0.64 0.42 0.07
HSL 338.68º 0.8% 0.63% -
HSV(B) 338.68º 0.64% 0.93% -
XYZ 42.35 26.01 26.83 -
YUV 135.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 236 84 138 0 0.64 0.42 0.07 338.68 0.8 0.63
Hex EC 54 8A 0 40 2A 7 153 50 3F
Octal 354 124 212 0 100 52 7 523 120 77
Binary 11101100 1010100 10001010 0 1000000 101010 111 101010011 1010000 111111

Color Harmonies of #EC548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC548A

Black with #EC548A

Text Example


Text Example

White with #EC548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC548A; }

 p { color: rgb(236,84,138); }

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

background-color css

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

 a { background-color: rgb(236,84,138); }

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

border-color css

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

 span { border-color: rgb(236,84,138); }

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