Html Css Color HEX #E714BD Shocking Pink

📋 copy color: '#E714BD'

red 231 ◦ green 20 ◦ blue 189

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

Shades of Shocking Pink #E714BD

Tints of Shocking Pink #E714BD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.55%

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

R = 52.5%
G = 4.55%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E714BD (or 0xE714BD) is known color: Shocking Pink. HEX triplet: E7, 14 and BD. RGB value is (231,20,189). Sum of RGB (Red+Green+Blue) = 231+20+189=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 20 (8.20% from 255 or 4.55% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E714BD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714BD is #18EB42. Grayscale: #656565. Windows color (decimal): -1633091 or 12391655. OLE color: 12391655.

HSL color Cylindrical-coordinate representation of color #E714BD: hue angle of 311.94º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E714BD is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 20 189 -
CMYK 0 0.91 0.18 0.09
HSL 311.94º 0.84% 0.49% -
HSV(B) 311.94º 0.91% 0.91% -
XYZ 42.39 21.16 49.99 -
YUV 102.36 176.9 219.76 -
System Red Green Blue C M Y K H S L
Decimal 231 20 189 0 0.91 0.18 0.09 311.94 0.84 0.49
Hex E7 14 BD 0 5B 12 9 138 54 31
Octal 347 24 275 0 133 22 11 470 124 61
Binary 11100111 10100 10111101 0 1011011 10010 1001 100111000 1010100 110001

Color Harmonies of #E714BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714BD

Black with #E714BD

Text Example


Text Example

White with #E714BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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