Html Css Color HEX #E708BE Shocking Pink

📋 copy color: '#E708BE'

red 231 ◦ green 8 ◦ blue 190

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

Shades of Shocking Pink #E708BE

Tints of Shocking Pink #E708BE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.86%

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

R = 53.85%
G = 1.86%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E708BE (or 0xE708BE) is known color: Shocking Pink. HEX triplet: E7, 08 and BE. RGB value is (231,8,190). Sum of RGB (Red+Green+Blue) = 231+8+190=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E708BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708BE is #18F741. Grayscale: #5E5E5E. Windows color (decimal): -1636162 or 12454119. OLE color: 12454119.

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

Color convert

RGB 231 8 190 -
CMYK 0 0.97 0.18 0.09
HSL 311.03º 0.93% 0.47% -
HSV(B) 311.03º 0.97% 0.91% -
XYZ 42.34 20.88 50.51 -
YUV 95.43 181.38 224.7 -
System Red Green Blue C M Y K H S L
Decimal 231 8 190 0 0.97 0.18 0.09 311.03 0.93 0.47
Hex E7 8 BE 0 61 12 9 137 5D 2F
Octal 347 10 276 0 141 22 11 467 135 57
Binary 11100111 1000 10111110 0 1100001 10010 1001 100110111 1011101 101111

Color Harmonies of #E708BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E708BE

Black with #E708BE

Text Example


Text Example

White with #E708BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E708BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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