#EA8BB4

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

Shades of Shocking #EA8BB4

Tints of Shocking #EA8BB4

Color information

#EA8BB4 (or 0xEA8BB4) is unknown color: approx Shocking. HEX triplet: EA, 8B and B4. RGB value is (234,139,180). Sum of RGB (Red+Green+Blue) = 234+139+180=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BB4 is #15744B. Grayscale: #ACACAC. Windows color (decimal): -1406028 or 11832298. OLE color: 11832298.

HSL color Cylindrical-coordinate representation of color #EA8BB4: hue angle of 334.11º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BB4 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB234139180-
CMYK00.410.230.08
HSL334.11º69.34%73.14%-
HSV(B)334.11º40.6%91.76%-
XYZ51.439.2548.05-
YUV172.08132.47172.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 139 (54.69% from 255) = 25.14%
BLUE value IS 180 (70.70% from 255) = 32.55%
R=42.31%
G=25.14%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413918000.410.230.08334.1169.3473.14
HexEA8BB402917814e4549
Octal3522132640512710516105111
Binary111010101000101110110100010100110111100010100111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BB4; }

 p { color: rgb(234,139,180); }

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

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

 a { background-color: rgb(234,139,180); }

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

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

 span { border-color: rgb(234,139,180); }

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