#EA93CC

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

Shades of Shocking #EA93CC

Tints of Shocking #EA93CC

Color information

#EA93CC (or 0xEA93CC) is unknown color: approx Shocking. HEX triplet: EA, 93 and CC. RGB value is (234,147,204). Sum of RGB (Red+Green+Blue) = 234+147+204=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA93CC is #156C33. Grayscale: #B3B3B3. Windows color (decimal): -1403956 or 13407210. OLE color: 13407210.

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

Color convert

RGB234147204-
CMYK00.370.130.08
HSL320.69º67.44%74.71%-
HSV(B)320.69º37.18%91.76%-
XYZ55.2642.7262.46-
YUV179.51141.82166.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=40%
G=25.13%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414720400.370.130.08320.6967.4474.71
HexEA93CC025D8141434b
Octal3522233140451510501103113
Binary11101010100100111100110001001011101100010100000110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA93CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA93CC; }

 p { color: rgb(234,147,204); }

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

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

 a { background-color: rgb(234,147,204); }

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

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

 span { border-color: rgb(234,147,204); }

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