Html Css Color HEX #E706BA Shocking Pink

📋 copy color: '#E706BA'

red 231 ◦ green 6 ◦ blue 186

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

Shades of Shocking Pink #E706BA

Tints of Shocking Pink #E706BA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.42%

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

R = 54.61%
G = 1.42%
B = 43.97%

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

#E706BA (or 0xE706BA) is known color: Shocking Pink. HEX triplet: E7, 06 and BA. RGB value is (231,6,186). Sum of RGB (Red+Green+Blue) = 231+6+186=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 6 (2.73% from 255 or 1.42% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E706BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E706BA is #18F945. Grayscale: #5D5D5D. Windows color (decimal): -1636678 or 12191463. OLE color: 12191463.

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

Color convert

RGB 231 6 186 -
CMYK 0 0.97 0.19 0.09
HSL 312º 0.95% 0.46% -
HSV(B) 312º 0.97% 0.91% -
XYZ 41.88 20.66 48.24 -
YUV 93.8 180.04 225.86 -
System Red Green Blue C M Y K H S L
Decimal 231 6 186 0 0.97 0.19 0.09 312 0.95 0.46
Hex E7 6 BA 0 61 13 9 138 5F 2E
Octal 347 6 272 0 141 23 11 470 137 56
Binary 11100111 110 10111010 0 1100001 10011 1001 100111000 1011111 101110

Color Harmonies of #E706BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E706BA

Black with #E706BA

Text Example


Text Example

White with #E706BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E706BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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