Html Css Color HEX #E716BE Shocking Pink

📋 copy color: '#E716BE'

red 231 ◦ green 22 ◦ blue 190

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

Shades of Shocking Pink #E716BE

Tints of Shocking Pink #E716BE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.97%

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

R = 52.14%
G = 4.97%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E716BE (or 0xE716BE) is known color: Shocking Pink. HEX triplet: E7, 16 and BE. RGB value is (231,22,190). Sum of RGB (Red+Green+Blue) = 231+22+190=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E716BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E716BE is #18E941. Grayscale: #676767. Windows color (decimal): -1632578 or 12457703. OLE color: 12457703.

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

Color convert

RGB 231 22 190 -
CMYK 0 0.90 0.18 0.09
HSL 311.77º 0.83% 0.5% -
HSV(B) 311.77º 0.9% 0.91% -
XYZ 42.54 21.28 50.58 -
YUV 103.64 176.74 218.84 -
System Red Green Blue C M Y K H S L
Decimal 231 22 190 0 0.90 0.18 0.09 311.77 0.83 0.5
Hex E7 16 BE 0 5A 12 9 138 53 32
Octal 347 26 276 0 132 22 11 470 123 62
Binary 11100111 10110 10111110 0 1011010 10010 1001 100111000 1010011 110010

Color Harmonies of #E716BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E716BE

Black with #E716BE

Text Example


Text Example

White with #E716BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E716BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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