#EA13C6

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

Shades of Shocking Pink #EA13C6

Tints of Shocking Pink #EA13C6

Color information

#EA13C6 (or 0xEA13C6) is unknown color: approx Shocking Pink. HEX triplet: EA, 13 and C6. RGB value is (234,19,198). Sum of RGB (Red+Green+Blue) = 234+19+198=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 19 (7.81% from 255 or 4.21% from 451); Blue value is 198 (77.73% from 255 or 43.90% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA13C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA13C6 is #15EC39. Grayscale: #676767. Windows color (decimal): -1436730 or 12981226. OLE color: 12981226.

HSL color Cylindrical-coordinate representation of color #EA13C6: hue angle of 310.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA13C6 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23419198-
CMYK00.920.150.08
HSL310.05º84.98%49.61%-
HSV(B)310.05º91.88%91.76%-
XYZ44.3622.0455.34-
YUV103.69181.23220.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.88%
GREEN value IS 19 (7.81% from 255) = 4.21%
BLUE value IS 198 (77.73% from 255) = 43.90%
R=51.88%
G=4.21%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341919800.920.150.08310.0584.9849.61
HexEA13C605CF81365532
Octal352233060134171046612562
Binary11101010100111100011001011100111110001001101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA13C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA13C6; }

 p { color: rgb(234,19,198); }

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

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

 a { background-color: rgb(234,19,198); }

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

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

 span { border-color: rgb(234,19,198); }

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