Html Css Color HEX #E7A4BC Shocking

📋 copy color: '#E7A4BC'

red 231 ◦ green 164 ◦ blue 188

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

Shades of Shocking #E7A4BC

Tints of Shocking #E7A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.13%

 BLUE value IS 188 (73.83% from 255) = 32.25%

R = 39.62%
G = 28.13%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E7A4BC (or 0xE7A4BC) is known color: Shocking. HEX triplet: E7, A4 and BC. RGB value is (231,164,188). Sum of RGB (Red+Green+Blue) = 231+164+188=583 (77% of max value = 765). Red value is 231 (90.62% from 255 or 39.62% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 188 (73.83% from 255 or 32.25% from 583); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A4BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A4BC is #185B43. Grayscale: #BABABA. Windows color (decimal): -1596228 or 12362983. OLE color: 12362983.

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

Color convert

RGB 231 164 188 -
CMYK 0 0.29 0.19 0.09
HSL 338.51º 0.58% 0.77% -
HSV(B) 338.51º 0.29% 0.91% -
XYZ 55.31 47.17 53.77 -
YUV 186.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 231 164 188 0 0.29 0.19 0.09 338.51 0.58 0.77
Hex E7 A4 BC 0 1D 13 9 153 3A 4D
Octal 347 244 274 0 35 23 11 523 72 115
Binary 11100111 10100100 10111100 0 11101 10011 1001 101010011 111010 1001101

Color Harmonies of #E7A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A4BC

Black with #E7A4BC

Text Example


Text Example

White with #E7A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A4BC; }

 p { color: rgb(231,164,188); }

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

background-color css

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

 a { background-color: rgb(231,164,188); }

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

border-color css

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

 span { border-color: rgb(231,164,188); }

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