Html Css Color HEX #E71CBD Shocking Pink

📋 copy color: '#E71CBD'

red 231 ◦ green 28 ◦ blue 189

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

Shades of Shocking Pink #E71CBD

Tints of Shocking Pink #E71CBD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 51.56%
G = 6.25%
B = 42.19%

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

#E71CBD (or 0xE71CBD) is known color: Shocking Pink. HEX triplet: E7, 1C and BD. RGB value is (231,28,189). Sum of RGB (Red+Green+Blue) = 231+28+189=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CBD is #18E342. Grayscale: #6A6A6A. Windows color (decimal): -1631043 or 12393703. OLE color: 12393703.

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

Color convert

RGB 231 28 189 -
CMYK 0 0.88 0.18 0.09
HSL 312.41º 0.81% 0.51% -
HSV(B) 312.41º 0.88% 0.91% -
XYZ 42.56 21.49 50.05 -
YUV 107.05 174.25 216.41 -
System Red Green Blue C M Y K H S L
Decimal 231 28 189 0 0.88 0.18 0.09 312.41 0.81 0.51
Hex E7 1C BD 0 58 12 9 138 51 33
Octal 347 34 275 0 130 22 11 470 121 63
Binary 11100111 11100 10111101 0 1011000 10010 1001 100111000 1010001 110011

Color Harmonies of #E71CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71CBD

Black with #E71CBD

Text Example


Text Example

White with #E71CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71CBD; }

 p { color: rgb(231,28,189); }

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

background-color css

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

 a { background-color: rgb(231,28,189); }

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

border-color css

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

 span { border-color: rgb(231,28,189); }

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