Html Css Color HEX #E71BDA Shocking Pink

📋 copy color: '#E71BDA'

red 231 ◦ green 27 ◦ blue 218

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

Shades of Shocking Pink #E71BDA

Tints of Shocking Pink #E71BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 48.53%
G = 5.67%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E71BDA (or 0xE71BDA) is known color: Shocking Pink. HEX triplet: E7, 1B and DA. RGB value is (231,27,218). Sum of RGB (Red+Green+Blue) = 231+27+218=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E71BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71BDA is #18E425. Grayscale: #6D6D6D. Windows color (decimal): -1631270 or 14293991. OLE color: 14293991.

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

Color convert

RGB 231 27 218 -
CMYK 0 0.88 0.06 0.09
HSL 303.82º 0.81% 0.51% -
HSV(B) 303.82º 0.88% 0.91% -
XYZ 46 22.83 68.31 -
YUV 109.77 189.09 214.47 -
System Red Green Blue C M Y K H S L
Decimal 231 27 218 0 0.88 0.06 0.09 303.82 0.81 0.51
Hex E7 1B DA 0 58 6 9 130 51 33
Octal 347 33 332 0 130 6 11 460 121 63
Binary 11100111 11011 11011010 0 1011000 110 1001 100110000 1010001 110011

Color Harmonies of #E71BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BDA

Black with #E71BDA

Text Example


Text Example

White with #E71BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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