Html Css Color HEX #E01CB2 Spicy Pink

📋 copy color: '#E01CB2'

red 224 ◦ green 28 ◦ blue 178

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

Shades of Spicy Pink #E01CB2

Tints of Spicy Pink #E01CB2

RGB

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

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

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

R = 52.09%
G = 6.51%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E01CB2 (or 0xE01CB2) is known color: Spicy Pink. HEX triplet: E0, 1C and B2. RGB value is (224,28,178). Sum of RGB (Red+Green+Blue) = 224+28+178=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 28 (11.33% from 255 or 6.51% from 430); Blue value is 178 (69.92% from 255 or 41.40% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E01CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01CB2 is #1FE34D. Grayscale: #676767. Windows color (decimal): -2089806 or 11672800. OLE color: 11672800.

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

Color convert

RGB 224 28 178 -
CMYK 0 0.88 0.21 0.12
HSL 314.08º 0.78% 0.49% -
HSV(B) 314.08º 0.88% 0.88% -
XYZ 39.19 19.89 43.89 -
YUV 103.7 169.93 213.8 -
System Red Green Blue C M Y K H S L
Decimal 224 28 178 0 0.88 0.21 0.12 314.08 0.78 0.49
Hex E0 1C B2 0 58 15 C 13A 4E 31
Octal 340 34 262 0 130 25 14 472 116 61
Binary 11100000 11100 10110010 0 1011000 10101 1100 100111010 1001110 110001

Color Harmonies of #E01CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01CB2

Black with #E01CB2

Text Example


Text Example

White with #E01CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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