Html Css Color HEX #E71BD0 Shocking Pink

📋 copy color: '#E71BD0'

red 231 ◦ green 27 ◦ blue 208

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

Shades of Shocking Pink #E71BD0

Tints of Shocking Pink #E71BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.64%

R = 49.57%
G = 5.79%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E71BD0 (or 0xE71BD0) is known color: Shocking Pink. HEX triplet: E7, 1B and D0. RGB value is (231,27,208). Sum of RGB (Red+Green+Blue) = 231+27+208=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 208 (81.64% from 255 or 44.64% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BD0 is #18E42F. Grayscale: #6C6C6C. Windows color (decimal): -1631280 or 13638631. OLE color: 13638631.

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

Color convert

RGB 231 27 208 -
CMYK 0 0.88 0.10 0.09
HSL 306.76º 0.81% 0.51% -
HSV(B) 306.76º 0.88% 0.91% -
XYZ 44.73 22.33 61.63 -
YUV 108.63 184.09 215.28 -
System Red Green Blue C M Y K H S L
Decimal 231 27 208 0 0.88 0.10 0.09 306.76 0.81 0.51
Hex E7 1B D0 0 58 A 9 133 51 33
Octal 347 33 320 0 130 12 11 463 121 63
Binary 11100111 11011 11010000 0 1011000 1010 1001 100110011 1010001 110011

Color Harmonies of #E71BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BD0

Black with #E71BD0

Text Example


Text Example

White with #E71BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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