#EA98C1

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

Shades of Shocking #EA98C1

Tints of Shocking #EA98C1

Color information

#EA98C1 (or 0xEA98C1) is unknown color: approx Shocking. HEX triplet: EA, 98 and C1. RGB value is (234,152,193). Sum of RGB (Red+Green+Blue) = 234+152+193=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA98C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA98C1 is #15673E. Grayscale: #B5B5B5. Windows color (decimal): -1402687 or 12687594. OLE color: 12687594.

HSL color Cylindrical-coordinate representation of color #EA98C1: hue angle of 330º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EA98C1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234152193-
CMYK00.350.180.08
HSL330º66.13%75.69%-
HSV(B)330º35.04%91.76%-
XYZ54.7943.856.02-
YUV181.19134.67165.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.41%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 193 (75.78% from 255) = 33.33%
R=40.41%
G=26.25%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415219300.350.180.0833066.1375.69
HexEA98C102312814a424c
Octal3522303010432210512102114
Binary111010101001100011000001010001110010100010100101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA98C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA98C1; }

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

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

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

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

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

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

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

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