Html Css Color HEX #E71BBE Shocking Pink

📋 copy color: '#E71BBE'

red 231 ◦ green 27 ◦ blue 190

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

Shades of Shocking Pink #E71BBE

Tints of Shocking Pink #E71BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 51.56%
G = 6.03%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E71BBE (or 0xE71BBE) is known color: Shocking Pink. HEX triplet: E7, 1B and BE. RGB value is (231,27,190). Sum of RGB (Red+Green+Blue) = 231+27+190=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BBE is #18E441. Grayscale: #6A6A6A. Windows color (decimal): -1631298 or 12458983. OLE color: 12458983.

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

Color convert

RGB 231 27 190 -
CMYK 0 0.88 0.18 0.09
HSL 312.06º 0.81% 0.51% -
HSV(B) 312.06º 0.88% 0.91% -
XYZ 42.64 21.49 50.62 -
YUV 106.58 175.09 216.75 -
System Red Green Blue C M Y K H S L
Decimal 231 27 190 0 0.88 0.18 0.09 312.06 0.81 0.51
Hex E7 1B BE 0 58 12 9 138 51 33
Octal 347 33 276 0 130 22 11 470 121 63
Binary 11100111 11011 10111110 0 1011000 10010 1001 100111000 1010001 110011

Color Harmonies of #E71BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BBE

Black with #E71BBE

Text Example


Text Example

White with #E71BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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