#EA94BD

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

Shades of Shocking #EA94BD

Tints of Shocking #EA94BD

Color information

#EA94BD (or 0xEA94BD) is unknown color: approx Shocking. HEX triplet: EA, 94 and BD. RGB value is (234,148,189). Sum of RGB (Red+Green+Blue) = 234+148+189=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94BD is #156B42. Grayscale: #B2B2B2. Windows color (decimal): -1403715 or 12424426. OLE color: 12424426.

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

Color convert

RGB234148189-
CMYK00.370.190.08
HSL331.4º67.19%74.9%-
HSV(B)331.4º36.75%91.76%-
XYZ53.7142.3553.49-
YUV178.39133.99167.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=40.98%
G=25.92%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414818900.370.190.08331.467.1974.9
HexEA94BD02513814b434b
Octal3522242750452310513103113
Binary111010101001010010111101010010110011100010100101110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94BD; }

 p { color: rgb(234,148,189); }

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

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

 a { background-color: rgb(234,148,189); }

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

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

 span { border-color: rgb(234,148,189); }

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