#EA95BD

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

Shades of Shocking #EA95BD

Tints of Shocking #EA95BD

Color information

#EA95BD (or 0xEA95BD) is unknown color: approx Shocking. HEX triplet: EA, 95 and BD. RGB value is (234,149,189). Sum of RGB (Red+Green+Blue) = 234+149+189=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 149 (58.59% from 255 or 26.05% from 572); Blue value is 189 (74.22% from 255 or 33.04% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95BD is #156A42. Grayscale: #B2B2B2. Windows color (decimal): -1403459 or 12424682. OLE color: 12424682.

HSL color Cylindrical-coordinate representation of color #EA95BD: hue angle of 331.76º 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 #EA95BD is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB234149189-
CMYK00.360.190.08
HSL331.76º66.93%75.1%-
HSV(B)331.76º36.32%91.76%-
XYZ53.8642.6653.54-
YUV178.97133.66167.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 149 (58.59% from 255) = 26.05%
BLUE value IS 189 (74.22% from 255) = 33.04%
R=40.91%
G=26.05%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414918900.360.190.08331.7666.9375.1
HexEA95BD02413814c434b
Octal3522252750442310514103113
Binary111010101001010110111101010010010011100010100110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95BD; }

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

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

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

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

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

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

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

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