Html Css Color HEX #E708BA Shocking Pink

📋 copy color: '#E708BA'

red 231 ◦ green 8 ◦ blue 186

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

Shades of Shocking Pink #E708BA

Tints of Shocking Pink #E708BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.76%

R = 54.35%
G = 1.88%
B = 43.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E708BA (or 0xE708BA) is known color: Shocking Pink. HEX triplet: E7, 08 and BA. RGB value is (231,8,186). Sum of RGB (Red+Green+Blue) = 231+8+186=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 8 (3.52% from 255 or 1.88% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E708BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E708BA is #18F745. Grayscale: #5E5E5E. Windows color (decimal): -1636166 or 12191975. OLE color: 12191975.

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

Color convert

RGB 231 8 186 -
CMYK 0 0.97 0.19 0.09
HSL 312.11º 0.93% 0.47% -
HSV(B) 312.11º 0.97% 0.91% -
XYZ 41.9 20.71 48.24 -
YUV 94.97 179.38 225.03 -
System Red Green Blue C M Y K H S L
Decimal 231 8 186 0 0.97 0.19 0.09 312.11 0.93 0.47
Hex E7 8 BA 0 61 13 9 138 5D 2F
Octal 347 10 272 0 141 23 11 470 135 57
Binary 11100111 1000 10111010 0 1100001 10011 1001 100111000 1011101 101111

Color Harmonies of #E708BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E708BA

Black with #E708BA

Text Example


Text Example

White with #E708BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E708BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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