Html Css Color HEX #E71EBA Shocking Pink

📋 copy color: '#E71EBA'

red 231 ◦ green 30 ◦ blue 186

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

Shades of Shocking Pink #E71EBA

Tints of Shocking Pink #E71EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.71%

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

R = 51.68%
G = 6.71%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E71EBA (or 0xE71EBA) is known color: Shocking Pink. HEX triplet: E7, 1E and BA. RGB value is (231,30,186). Sum of RGB (Red+Green+Blue) = 231+30+186=447 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.68% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 231 - color contains mainly: red. Hex color #E71EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71EBA is #18E145. Grayscale: #6B6B6B. Windows color (decimal): -1630534 or 12197607. OLE color: 12197607.

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

Color convert

RGB 231 30 186 -
CMYK 0 0.87 0.19 0.09
HSL 313.43º 0.81% 0.51% -
HSV(B) 313.43º 0.87% 0.91% -
XYZ 42.28 21.46 48.37 -
YUV 107.88 172.09 215.82 -
System Red Green Blue C M Y K H S L
Decimal 231 30 186 0 0.87 0.19 0.09 313.43 0.81 0.51
Hex E7 1E BA 0 57 13 9 139 51 33
Octal 347 36 272 0 127 23 11 471 121 63
Binary 11100111 11110 10111010 0 1010111 10011 1001 100111001 1010001 110011

Color Harmonies of #E71EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EBA

Black with #E71EBA

Text Example


Text Example

White with #E71EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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