#EE70C1

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

Shades of Neon Pink #EE70C1

Tints of Neon Pink #EE70C1

Color information

#EE70C1 (or 0xEE70C1) is unknown color: approx Neon Pink. HEX triplet: EE, 70 and C1. RGB value is (238,112,193). Sum of RGB (Red+Green+Blue) = 238+112+193=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70C1 is #118F3E. Grayscale: #9E9E9E. Windows color (decimal): -1150783 or 12677358. OLE color: 12677358.

HSL color Cylindrical-coordinate representation of color #EE70C1: hue angle of 321.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE70C1 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238112193-
CMYK00.530.190.07
HSL321.43º78.75%68.63%-
HSV(B)321.43º52.94%93.33%-
XYZ50.6833.6254.27-
YUV158.91147.24184.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.83%
GREEN value IS 112 (44.14% from 255) = 20.63%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=43.83%
G=20.63%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811219300.530.190.07321.4378.7568.63
HexEE70C10351371414f45
Octal356160301065237501117105
Binary1110111011100001100000101101011001111110100000110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70C1; }

 p { color: rgb(238,112,193); }

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

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

 a { background-color: rgb(238,112,193); }

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

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

 span { border-color: rgb(238,112,193); }

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