#EE69CC

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

Shades of Neon Pink #EE69CC

Tints of Neon Pink #EE69CC

Color information

#EE69CC (or 0xEE69CC) is unknown color: approx Neon Pink. HEX triplet: EE, 69 and CC. RGB value is (238,105,204). Sum of RGB (Red+Green+Blue) = 238+105+204=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69CC is #119633. Grayscale: #9B9B9B. Windows color (decimal): -1152564 or 13396462. OLE color: 13396462.

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

Color convert

RGB238105204-
CMYK00.560.140.07
HSL315.34º79.64%67.25%-
HSV(B)315.34º55.88%93.33%-
XYZ51.2132.6460.73-
YUV156.05155.06186.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.51%
GREEN value IS 105 (41.41% from 255) = 19.20%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=43.51%
G=19.20%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810520400.560.140.07315.3479.6467.25
HexEE69CC038E713b5043
Octal356151314070167473120103
Binary111011101101001110011000111000111011110011101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE69CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE69CC; }

 p { color: rgb(238,105,204); }

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

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

 a { background-color: rgb(238,105,204); }

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

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

 span { border-color: rgb(238,105,204); }

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