#EE75CD

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

Shades of Neon Pink #EE75CD

Tints of Neon Pink #EE75CD

Color information

#EE75CD (or 0xEE75CD) is unknown color: approx Neon Pink. HEX triplet: EE, 75 and CD. RGB value is (238,117,205). Sum of RGB (Red+Green+Blue) = 238+117+205=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE75CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE75CD is #118A32. Grayscale: #A2A2A2. Windows color (decimal): -1149491 or 13465070. OLE color: 13465070.

HSL color Cylindrical-coordinate representation of color #EE75CD: hue angle of 316.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE75CD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238117205-
CMYK00.510.140.07
HSL316.36º78.06%69.61%-
HSV(B)316.36º50.84%93.33%-
XYZ52.6435.3161.8-
YUV163.21151.59181.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=42.5%
G=20.89%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811720500.510.140.07316.3678.0669.61
HexEE75CD033E713c4e46
Octal356165315063167474116106
Binary111011101110101110011010110011111011110011110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE75CD; }

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

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

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

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

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

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

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

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