Html Css Color HEX #E71CB4 Spicy Pink

📋 copy color: '#E71CB4'

red 231 ◦ green 28 ◦ blue 180

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

Shades of Spicy Pink #E71CB4

Tints of Spicy Pink #E71CB4

RGB

 RED value IS 231 (90.63% from 255) = 52.62%

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 52.62%
G = 6.38%
B = 41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E71CB4 (or 0xE71CB4) is known color: Spicy Pink. HEX triplet: E7, 1C and B4. RGB value is (231,28,180). Sum of RGB (Red+Green+Blue) = 231+28+180=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 28 (11.33% from 255 or 6.38% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CB4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CB4 is #18E34B. Grayscale: #696969. Windows color (decimal): -1631052 or 11803879. OLE color: 11803879.

HSL color Cylindrical-coordinate representation of color #E71CB4: hue angle of 315.07º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CB4 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 28 180 -
CMYK 0 0.88 0.22 0.09
HSL 315.07º 0.81% 0.51% -
HSV(B) 315.07º 0.88% 0.91% -
XYZ 41.61 21.11 45.06 -
YUV 106.03 169.75 217.14 -
System Red Green Blue C M Y K H S L
Decimal 231 28 180 0 0.88 0.22 0.09 315.07 0.81 0.51
Hex E7 1C B4 0 58 16 9 13B 51 33
Octal 347 34 264 0 130 26 11 473 121 63
Binary 11100111 11100 10110100 0 1011000 10110 1001 100111011 1010001 110011

Color Harmonies of #E71CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CB4

Black with #E71CB4

Text Example


Text Example

White with #E71CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CB4; }

 p { color: rgb(231,28,180); }

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

background-color css

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

 a { background-color: rgb(231,28,180); }

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

border-color css

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

 span { border-color: rgb(231,28,180); }

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