Html Css Color HEX #E01CAB Spicy Pink

📋 copy color: '#E01CAB'

red 224 ◦ green 28 ◦ blue 171

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

Shades of Spicy Pink #E01CAB

Tints of Spicy Pink #E01CAB

RGB

 RED value IS 224 (87.89% from 255) = 52.96%

 GREEN value IS 28 (11.33% from 255) = 6.62%

 BLUE value IS 171 (67.19% from 255) = 40.43%

R = 52.96%
G = 6.62%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E01CAB (or 0xE01CAB) is known color: Spicy Pink. HEX triplet: E0, 1C and AB. RGB value is (224,28,171). Sum of RGB (Red+Green+Blue) = 224+28+171=423 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.96% from 423); Green value is 28 (11.33% from 255 or 6.62% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CAB is #1FE354. Grayscale: #666666. Windows color (decimal): -2089813 or 11214048. OLE color: 11214048.

HSL color Cylindrical-coordinate representation of color #E01CAB: hue angle of 316.22º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01CAB is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 28 171 -
CMYK 0 0.88 0.24 0.12
HSL 316.22º 0.78% 0.49% -
HSV(B) 316.22º 0.88% 0.88% -
XYZ 38.51 19.62 40.29 -
YUV 102.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 224 28 171 0 0.88 0.24 0.12 316.22 0.78 0.49
Hex E0 1C AB 0 58 18 C 13C 4E 31
Octal 340 34 253 0 130 30 14 474 116 61
Binary 11100000 11100 10101011 0 1011000 11000 1100 100111100 1001110 110001

Color Harmonies of #E01CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CAB

Black with #E01CAB

Text Example


Text Example

White with #E01CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CAB; }

 p { color: rgb(224,28,171); }

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

background-color css

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

 a { background-color: rgb(224,28,171); }

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

border-color css

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

 span { border-color: rgb(224,28,171); }

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