Html Css Color HEX #E71BBA Shocking Pink

📋 copy color: '#E71BBA'

red 231 ◦ green 27 ◦ blue 186

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

Shades of Shocking Pink #E71BBA

Tints of Shocking Pink #E71BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.08%

 BLUE value IS 186 (73.05% from 255) = 41.89%

R = 52.03%
G = 6.08%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E71BBA (or 0xE71BBA) is known color: Shocking Pink. HEX triplet: E7, 1B and BA. RGB value is (231,27,186). Sum of RGB (Red+Green+Blue) = 231+27+186=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BBA is #18E445. Grayscale: #696969. Windows color (decimal): -1631302 or 12196839. OLE color: 12196839.

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

Color convert

RGB 231 27 186 -
CMYK 0 0.88 0.19 0.09
HSL 313.24º 0.81% 0.51% -
HSV(B) 313.24º 0.88% 0.91% -
XYZ 42.21 21.32 48.34 -
YUV 106.12 173.09 217.07 -
System Red Green Blue C M Y K H S L
Decimal 231 27 186 0 0.88 0.19 0.09 313.24 0.81 0.51
Hex E7 1B BA 0 58 13 9 139 51 33
Octal 347 33 272 0 130 23 11 471 121 63
Binary 11100111 11011 10111010 0 1011000 10011 1001 100111001 1010001 110011

Color Harmonies of #E71BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BBA

Black with #E71BBA

Text Example


Text Example

White with #E71BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BBA; }

 p { color: rgb(231,27,186); }

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

background-color css

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

 a { background-color: rgb(231,27,186); }

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

border-color css

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

 span { border-color: rgb(231,27,186); }

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