Html Css Color HEX #E714BE Shocking Pink

📋 copy color: '#E714BE'

red 231 ◦ green 20 ◦ blue 190

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

Shades of Shocking Pink #E714BE

Tints of Shocking Pink #E714BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.08%

R = 52.38%
G = 4.54%
B = 43.08%

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

#E714BE (or 0xE714BE) is known color: Shocking Pink. HEX triplet: E7, 14 and BE. RGB value is (231,20,190). Sum of RGB (Red+Green+Blue) = 231+20+190=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E714BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E714BE is #18EB41. Grayscale: #666666. Windows color (decimal): -1633090 or 12457191. OLE color: 12457191.

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

Color convert

RGB 231 20 190 -
CMYK 0 0.91 0.18 0.09
HSL 311.66º 0.84% 0.49% -
HSV(B) 311.66º 0.91% 0.91% -
XYZ 42.5 21.21 50.57 -
YUV 102.47 177.4 219.68 -
System Red Green Blue C M Y K H S L
Decimal 231 20 190 0 0.91 0.18 0.09 311.66 0.84 0.49
Hex E7 14 BE 0 5B 12 9 138 54 31
Octal 347 24 276 0 133 22 11 470 124 61
Binary 11100111 10100 10111110 0 1011011 10010 1001 100111000 1010100 110001

Color Harmonies of #E714BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E714BE

Black with #E714BE

Text Example


Text Example

White with #E714BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E714BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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