Html Css Color HEX #E718BE Shocking Pink

📋 copy color: '#E718BE'

red 231 ◦ green 24 ◦ blue 190

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

Shades of Shocking Pink #E718BE

Tints of Shocking Pink #E718BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.39%

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

R = 51.91%
G = 5.39%
B = 42.7%

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

#E718BE (or 0xE718BE) is known color: Shocking Pink. HEX triplet: E7, 18 and BE. RGB value is (231,24,190). Sum of RGB (Red+Green+Blue) = 231+24+190=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 24 (9.77% from 255 or 5.39% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E718BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E718BE is #18E741. Grayscale: #686868. Windows color (decimal): -1632066 or 12458215. OLE color: 12458215.

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

Color convert

RGB 231 24 190 -
CMYK 0 0.90 0.18 0.09
HSL 311.88º 0.81% 0.5% -
HSV(B) 311.88º 0.9% 0.91% -
XYZ 42.58 21.36 50.59 -
YUV 104.82 176.08 218 -
System Red Green Blue C M Y K H S L
Decimal 231 24 190 0 0.90 0.18 0.09 311.88 0.81 0.5
Hex E7 18 BE 0 5A 12 9 138 51 32
Octal 347 30 276 0 132 22 11 470 121 62
Binary 11100111 11000 10111110 0 1011010 10010 1001 100111000 1010001 110010

Color Harmonies of #E718BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718BE

Black with #E718BE

Text Example


Text Example

White with #E718BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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