Html Css Color HEX #E714BB Shocking Pink

📋 copy color: '#E714BB'

red 231 ◦ green 20 ◦ blue 187

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

Shades of Shocking Pink #E714BB

Tints of Shocking Pink #E714BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 52.74%
G = 4.57%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E714BB (or 0xE714BB) is known color: Shocking Pink. HEX triplet: E7, 14 and BB. RGB value is (231,20,187). Sum of RGB (Red+Green+Blue) = 231+20+187=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E714BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714BB is #18EB44. Grayscale: #656565. Windows color (decimal): -1633093 or 12260583. OLE color: 12260583.

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

Color convert

RGB 231 20 187 -
CMYK 0 0.91 0.19 0.09
HSL 312.51º 0.84% 0.49% -
HSV(B) 312.51º 0.91% 0.91% -
XYZ 42.17 21.08 48.86 -
YUV 102.13 175.9 219.92 -
System Red Green Blue C M Y K H S L
Decimal 231 20 187 0 0.91 0.19 0.09 312.51 0.84 0.49
Hex E7 14 BB 0 5B 13 9 139 54 31
Octal 347 24 273 0 133 23 11 471 124 61
Binary 11100111 10100 10111011 0 1011011 10011 1001 100111001 1010100 110001

Color Harmonies of #E714BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714BB

Black with #E714BB

Text Example


Text Example

White with #E714BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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