Html Css Color HEX #E71CB9 Shocking Pink

📋 copy color: '#E71CB9'

red 231 ◦ green 28 ◦ blue 185

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

Shades of Shocking Pink #E71CB9

Tints of Shocking Pink #E71CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.67%

R = 52.03%
G = 6.31%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E71CB9 (or 0xE71CB9) is known color: Shocking Pink. HEX triplet: E7, 1C and B9. RGB value is (231,28,185). Sum of RGB (Red+Green+Blue) = 231+28+185=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CB9 is #18E346. Grayscale: #6A6A6A. Windows color (decimal): -1631047 or 12131559. OLE color: 12131559.

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

Color convert

RGB 231 28 185 -
CMYK 0 0.88 0.20 0.09
HSL 313.6º 0.81% 0.51% -
HSV(B) 313.6º 0.88% 0.91% -
XYZ 42.13 21.32 47.79 -
YUV 106.6 172.25 216.73 -
System Red Green Blue C M Y K H S L
Decimal 231 28 185 0 0.88 0.20 0.09 313.6 0.81 0.51
Hex E7 1C B9 0 58 14 9 13A 51 33
Octal 347 34 271 0 130 24 11 472 121 63
Binary 11100111 11100 10111001 0 1011000 10100 1001 100111010 1010001 110011

Color Harmonies of #E71CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CB9

Black with #E71CB9

Text Example


Text Example

White with #E71CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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