Html Css Color HEX #E71BDC Shocking Pink

📋 copy color: '#E71BDC'

red 231 ◦ green 27 ◦ blue 220

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

Shades of Shocking Pink #E71BDC

Tints of Shocking Pink #E71BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 48.33%
G = 5.65%
B = 46.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E71BDC (or 0xE71BDC) is known color: Shocking Pink. HEX triplet: E7, 1B and DC. RGB value is (231,27,220). Sum of RGB (Red+Green+Blue) = 231+27+220=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 27 (10.94% from 255 or 5.65% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BDC is #18E423. Grayscale: #6D6D6D. Windows color (decimal): -1631268 or 14425063. OLE color: 14425063.

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

Color convert

RGB 231 27 220 -
CMYK 0 0.88 0.05 0.09
HSL 303.24º 0.81% 0.51% -
HSV(B) 303.24º 0.88% 0.91% -
XYZ 46.27 22.94 69.7 -
YUV 110 190.09 214.31 -
System Red Green Blue C M Y K H S L
Decimal 231 27 220 0 0.88 0.05 0.09 303.24 0.81 0.51
Hex E7 1B DC 0 58 5 9 12F 51 33
Octal 347 33 334 0 130 5 11 457 121 63
Binary 11100111 11011 11011100 0 1011000 101 1001 100101111 1010001 110011

Color Harmonies of #E71BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BDC

Black with #E71BDC

Text Example


Text Example

White with #E71BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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