Html Css Color HEX #EC5AB2 Hot Pink

📋 copy color: '#EC5AB2'

red 236 ◦ green 90 ◦ blue 178

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

Shades of Hot Pink #EC5AB2

Tints of Hot Pink #EC5AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.86%

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 46.83%
G = 17.86%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC5AB2 (or 0xEC5AB2) is known color: Hot Pink. HEX triplet: EC, 5A and B2. RGB value is (236,90,178). Sum of RGB (Red+Green+Blue) = 236+90+178=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC5AB2 is #13A54D. Grayscale: #8F8F8F. Windows color (decimal): -1287502 or 11688684. OLE color: 11688684.

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

Color convert

RGB 236 90 178 -
CMYK 0 0.62 0.25 0.07
HSL 323.84º 0.79% 0.64% -
HSV(B) 323.84º 0.62% 0.93% -
XYZ 46.28 28.36 45.15 -
YUV 143.69 147.37 193.84 -
System Red Green Blue C M Y K H S L
Decimal 236 90 178 0 0.62 0.25 0.07 323.84 0.79 0.64
Hex EC 5A B2 0 3E 19 7 144 4F 40
Octal 354 132 262 0 76 31 7 504 117 100
Binary 11101100 1011010 10110010 0 111110 11001 111 101000100 1001111 1000000

Color Harmonies of #EC5AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5AB2

Black with #EC5AB2

Text Example


Text Example

White with #EC5AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5AB2; }

 p { color: rgb(236,90,178); }

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

background-color css

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

 a { background-color: rgb(236,90,178); }

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

border-color css

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

 span { border-color: rgb(236,90,178); }

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