Html Css Color HEX #EC2AB8 Spicy Pink

📋 copy color: '#EC2AB8'

red 236 ◦ green 42 ◦ blue 184

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

Shades of Spicy Pink #EC2AB8

Tints of Spicy Pink #EC2AB8

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.09%

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 51.08%
G = 9.09%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC2AB8 (or 0xEC2AB8) is known color: Spicy Pink. HEX triplet: EC, 2A and B8. RGB value is (236,42,184). Sum of RGB (Red+Green+Blue) = 236+42+184=462 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.08% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC2AB8 is #13D547. Grayscale: #737373. Windows color (decimal): -1299784 or 12069612. OLE color: 12069612.

HSL color Cylindrical-coordinate representation of color #EC2AB8: hue angle of 316.08º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2AB8 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 42 184 -
CMYK 0 0.82 0.22 0.07
HSL 316.08º 0.84% 0.55% -
HSV(B) 316.08º 0.82% 0.93% -
XYZ 44.07 22.95 47.45 -
YUV 116.19 166.27 213.45 -
System Red Green Blue C M Y K H S L
Decimal 236 42 184 0 0.82 0.22 0.07 316.08 0.84 0.55
Hex EC 2A B8 0 52 16 7 13C 54 37
Octal 354 52 270 0 122 26 7 474 124 67
Binary 11101100 101010 10111000 0 1010010 10110 111 100111100 1010100 110111

Color Harmonies of #EC2AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2AB8

Black with #EC2AB8

Text Example


Text Example

White with #EC2AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2AB8; }

 p { color: rgb(236,42,184); }

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

background-color css

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

 a { background-color: rgb(236,42,184); }

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

border-color css

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

 span { border-color: rgb(236,42,184); }

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