#EA18CF

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

Shades of Shocking Pink #EA18CF

Tints of Shocking Pink #EA18CF

Color information

#EA18CF (or 0xEA18CF) is unknown color: approx Shocking Pink. HEX triplet: EA, 18 and CF. RGB value is (234,24,207). Sum of RGB (Red+Green+Blue) = 234+24+207=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA18CF is #15E730. Grayscale: #6B6B6B. Windows color (decimal): -1435441 or 13572330. OLE color: 13572330.

HSL color Cylindrical-coordinate representation of color #EA18CF: hue angle of 307.71º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18CF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23424207-
CMYK00.900.120.08
HSL307.71º83.33%50.59%-
HSV(B)307.71º89.74%91.76%-
XYZ45.5222.6561-
YUV107.65184.07218.12-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.32%
GREEN value IS 24 (9.77% from 255) = 5.16%
BLUE value IS 207 (81.25% from 255) = 44.52%
R=50.32%
G=5.16%
B=44.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342420700.900.120.08307.7183.3350.59
HexEA18CF05AC81345333
Octal352303170132141046412363
Binary11101010110001100111101011010110010001001101001010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA18CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA18CF; }

 p { color: rgb(234,24,207); }

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

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

 a { background-color: rgb(234,24,207); }

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

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

 span { border-color: rgb(234,24,207); }

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