#EA95BB

Color #EA95BB Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #EA95BB

Tints of Shocking #EA95BB

Color information

#EA95BB (or 0xEA95BB) is unknown color: approx Shocking. HEX triplet: EA, 95 and BB. RGB value is (234,149,187). Sum of RGB (Red+Green+Blue) = 234+149+187=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95BB is #156A44. Grayscale: #B2B2B2. Windows color (decimal): -1403461 or 12293610. OLE color: 12293610.

HSL color Cylindrical-coordinate representation of color #EA95BB: hue angle of 333.18º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95BB is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB234149187-
CMYK00.360.200.08
HSL333.18º66.93%75.1%-
HSV(B)333.18º36.32%91.76%-
XYZ53.6542.5852.4-
YUV178.75132.66167.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=41.05%
G=26.14%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414918700.360.200.08333.1866.9375.1
HexEA95BB02414814d434b
Octal3522252730442410515103113
Binary111010101001010110111011010010010100100010100110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95BB; }

 p { color: rgb(234,149,187); }

 H1.HeaderClassName
 {
   color: #EA95BB;
 }
 .AnyTagClassName
 {
   color: #EA95BB;
 }
</style>
background-color css

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

 a { background-color: rgb(234,149,187); }

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

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

 span { border-color: rgb(234,149,187); }

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