#EA96C8

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

Shades of Shocking #EA96C8

Tints of Shocking #EA96C8

Color information

#EA96C8 (or 0xEA96C8) is unknown color: approx Shocking. HEX triplet: EA, 96 and C8. RGB value is (234,150,200). Sum of RGB (Red+Green+Blue) = 234+150+200=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96C8 is #156937. Grayscale: #B4B4B4. Windows color (decimal): -1403192 or 13145834. OLE color: 13145834.

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

Color convert

RGB234150200-
CMYK00.360.150.08
HSL324.29º66.67%75.29%-
HSV(B)324.29º35.9%91.76%-
XYZ55.2643.4860.12-
YUV180.82138.83165.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.07%
GREEN value IS 150 (58.98% from 255) = 25.68%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=40.07%
G=25.68%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415020000.360.150.08324.2966.6775.29
HexEA96C8024F8144434b
Octal3522263100441710504103113
Binary11101010100101101100100001001001111100010100010010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96C8; }

 p { color: rgb(234,150,200); }

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

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

 a { background-color: rgb(234,150,200); }

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

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

 span { border-color: rgb(234,150,200); }

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