Html Css Color HEX #EC1EB8 Spicy Pink

📋 copy color: '#EC1EB8'

red 236 ◦ green 30 ◦ blue 184

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

Shades of Spicy Pink #EC1EB8

Tints of Spicy Pink #EC1EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.67%

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

R = 52.44%
G = 6.67%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#EC1EB8 (or 0xEC1EB8) is known color: Spicy Pink. HEX triplet: EC, 1E and B8. RGB value is (236,30,184). Sum of RGB (Red+Green+Blue) = 236+30+184=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1EB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EC1EB8 is #13E147. Grayscale: #6C6C6C. Windows color (decimal): -1302856 or 12066540. OLE color: 12066540.

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

Color convert

RGB 236 30 184 -
CMYK 0 0.87 0.22 0.07
HSL 315.15º 0.84% 0.52% -
HSV(B) 315.15º 0.87% 0.93% -
XYZ 43.71 22.22 47.33 -
YUV 109.15 170.25 218.48 -
System Red Green Blue C M Y K H S L
Decimal 236 30 184 0 0.87 0.22 0.07 315.15 0.84 0.52
Hex EC 1E B8 0 57 16 7 13B 54 34
Octal 354 36 270 0 127 26 7 473 124 64
Binary 11101100 11110 10111000 0 1010111 10110 111 100111011 1010100 110100

Color Harmonies of #EC1EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1EB8

Black with #EC1EB8

Text Example


Text Example

White with #EC1EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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