#ee71cd

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

Shades of Neon Pink #EE71CD

Tints of Neon Pink #EE71CD

Color information

#EE71CD (or 0xEE71CD) is unknown color: approx Neon Pink. HEX triplet: EE, 71 and CD. RGB value is (238,113,205). Sum of RGB (Red+Green+Blue) = 238+113+205=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EE71CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE71CD is #118E32. Grayscale: #A0A0A0. Windows color (decimal): -1150515 or 13464046. OLE color: 13464046.

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

Color convert

RGB238113205-
CMYK00.530.140.07
HSL315.84º78.62%68.82%-
HSV(B)315.84º52.52%93.33%-
XYZ52.1834.461.65-
YUV160.86152.91183.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 113 (44.53% from 255) = 20.32%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=42.81%
G=20.32%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811320500.530.140.07315.8478.6268.82
HexEE71CD035E713c4f45
Octal356161315065167474117105
Binary111011101110001110011010110101111011110011110010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee71cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee71cd; }

 p { color: rgb(238,113,205); }

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

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

 a { background-color: rgb(238,113,205); }

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

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

 span { border-color: rgb(238,113,205); }

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