Html Css Color HEX #E71BCB Shocking Pink

📋 copy color: '#E71BCB'

red 231 ◦ green 27 ◦ blue 203

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

Shades of Shocking Pink #E71BCB

Tints of Shocking Pink #E71BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 50.11%
G = 5.86%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E71BCB (or 0xE71BCB) is known color: Shocking Pink. HEX triplet: E7, 1B and CB. RGB value is (231,27,203). Sum of RGB (Red+Green+Blue) = 231+27+203=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 27 (10.94% from 255 or 5.86% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BCB is #18E434. Grayscale: #6B6B6B. Windows color (decimal): -1631285 or 13310951. OLE color: 13310951.

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

Color convert

RGB 231 27 203 -
CMYK 0 0.88 0.12 0.09
HSL 308.24º 0.81% 0.51% -
HSV(B) 308.24º 0.88% 0.91% -
XYZ 44.13 22.08 58.44 -
YUV 108.06 181.59 215.69 -
System Red Green Blue C M Y K H S L
Decimal 231 27 203 0 0.88 0.12 0.09 308.24 0.81 0.51
Hex E7 1B CB 0 58 C 9 134 51 33
Octal 347 33 313 0 130 14 11 464 121 63
Binary 11100111 11011 11001011 0 1011000 1100 1001 100110100 1010001 110011

Color Harmonies of #E71BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BCB

Black with #E71BCB

Text Example


Text Example

White with #E71BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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