#EA94C1

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

Shades of Shocking #EA94C1

Tints of Shocking #EA94C1

Color information

#EA94C1 (or 0xEA94C1) is unknown color: approx Shocking. HEX triplet: EA, 94 and C1. RGB value is (234,148,193). Sum of RGB (Red+Green+Blue) = 234+148+193=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA94C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA94C1 is #156B3E. Grayscale: #B2B2B2. Windows color (decimal): -1403711 or 12686570. OLE color: 12686570.

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

Color convert

RGB234148193-
CMYK00.370.180.08
HSL328.6º67.19%74.9%-
HSV(B)328.6º36.75%91.76%-
XYZ54.1542.5255.81-
YUV178.84135.99167.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.70%
GREEN value IS 148 (58.20% from 255) = 25.74%
BLUE value IS 193 (75.78% from 255) = 33.57%
R=40.70%
G=25.74%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414819300.370.180.08328.667.1974.9
HexEA94C1025128149434b
Octal3522243010452210511103113
Binary111010101001010011000001010010110010100010100100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA94C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA94C1; }

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

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

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

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

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

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

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

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