#ea95d0

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

Shades of Shocking #EA95D0

Tints of Shocking #EA95D0

Color information

#EA95D0 (or 0xEA95D0) is unknown color: approx Shocking. HEX triplet: EA, 95 and D0. RGB value is (234,149,208). Sum of RGB (Red+Green+Blue) = 234+149+208=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95D0 is #156A2F. Grayscale: #B4B4B4. Windows color (decimal): -1403440 or 13669866. OLE color: 13669866.

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

Color convert

RGB234149208-
CMYK00.360.110.08
HSL318.35º66.93%75.1%-
HSV(B)318.35º36.32%91.76%-
XYZ56.0643.5465.12-
YUV181.14143.16165.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.59%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=39.59%
G=25.21%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414920800.360.110.08318.3566.9375.1
HexEA95D0024B813e434b
Octal3522253200441310476103113
Binary11101010100101011101000001001001011100010011111010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea95d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea95d0; }

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

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

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

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

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

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

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

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