#EA99C1

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

Shades of Shocking #EA99C1

Tints of Shocking #EA99C1

Color information

#EA99C1 (or 0xEA99C1) is unknown color: approx Shocking. HEX triplet: EA, 99 and C1. RGB value is (234,153,193). Sum of RGB (Red+Green+Blue) = 234+153+193=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 193 (75.78% from 255 or 33.28% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA99C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA99C1 is #15663E. Grayscale: #B5B5B5. Windows color (decimal): -1402431 or 12687850. OLE color: 12687850.

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

Color convert

RGB234153193-
CMYK00.350.180.08
HSL330.37º65.85%75.88%-
HSV(B)330.37º34.62%91.76%-
XYZ54.9544.1356.07-
YUV181.78134.34165.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.34%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 193 (75.78% from 255) = 33.28%
R=40.34%
G=26.38%
B=33.28%

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
Decimal23415319300.350.180.08330.3765.8575.88
HexEA99C102312814a424c
Octal3522313010432210512102114
Binary111010101001100111000001010001110010100010100101010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA99C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA99C1; }

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

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

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

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

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

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

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

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