#EE70BF

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

Shades of Neon Pink #EE70BF

Tints of Neon Pink #EE70BF

Color information

#EE70BF (or 0xEE70BF) is unknown color: approx Neon Pink. HEX triplet: EE, 70 and BF. RGB value is (238,112,191). Sum of RGB (Red+Green+Blue) = 238+112+191=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 112 (44.14% from 255 or 20.70% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EE70BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE70BF is #118F40. Grayscale: #9E9E9E. Windows color (decimal): -1150785 or 12546286. OLE color: 12546286.

HSL color Cylindrical-coordinate representation of color #EE70BF: hue angle of 322.38º 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 #EE70BF is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238112191-
CMYK00.530.200.07
HSL322.38º78.75%68.63%-
HSV(B)322.38º52.94%93.33%-
XYZ50.4633.5353.1-
YUV158.68146.24184.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.99%
GREEN value IS 112 (44.14% from 255) = 20.70%
BLUE value IS 191 (75% from 255) = 35.30%
R=43.99%
G=20.70%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811219100.530.200.07322.3878.7568.63
HexEE70BF0351471424f45
Octal356160277065247502117105
Binary1110111011100001011111101101011010011110100001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE70BF; }

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

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

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

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

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

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

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

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