Html Css Color HEX #EC5ABB Hot Pink

📋 copy color: '#EC5ABB'

red 236 ◦ green 90 ◦ blue 187

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

Shades of Hot Pink #EC5ABB

Tints of Hot Pink #EC5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.45%

R = 46%
G = 17.54%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EC5ABB (or 0xEC5ABB) is known color: Hot Pink. HEX triplet: EC, 5A and BB. RGB value is (236,90,187). Sum of RGB (Red+Green+Blue) = 236+90+187=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 90 (35.55% from 255 or 17.54% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC5ABB is #13A544. Grayscale: #909090. Windows color (decimal): -1287493 or 12278508. OLE color: 12278508.

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

Color convert

RGB 236 90 187 -
CMYK 0 0.62 0.21 0.07
HSL 320.14º 0.79% 0.64% -
HSV(B) 320.14º 0.62% 0.93% -
XYZ 47.22 28.73 50.07 -
YUV 144.71 151.87 193.11 -
System Red Green Blue C M Y K H S L
Decimal 236 90 187 0 0.62 0.21 0.07 320.14 0.79 0.64
Hex EC 5A BB 0 3E 15 7 140 4F 40
Octal 354 132 273 0 76 25 7 500 117 100
Binary 11101100 1011010 10111011 0 111110 10101 111 101000000 1001111 1000000

Color Harmonies of #EC5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5ABB

Black with #EC5ABB

Text Example


Text Example

White with #EC5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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