#EE69C4

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

Shades of Neon Pink #EE69C4

Tints of Neon Pink #EE69C4

Color information

#EE69C4 (or 0xEE69C4) is unknown color: approx Neon Pink. HEX triplet: EE, 69 and C4. RGB value is (238,105,196). Sum of RGB (Red+Green+Blue) = 238+105+196=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69C4 is #11963B. Grayscale: #9A9A9A. Windows color (decimal): -1152572 or 12872174. OLE color: 12872174.

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

Color convert

RGB238105196-
CMYK00.560.180.07
HSL318.95º79.64%67.25%-
HSV(B)318.95º55.88%93.33%-
XYZ50.2832.2755.8-
YUV155.14151.06187.1-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 105 (41.41% from 255) = 19.48%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=44.16%
G=19.48%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810519600.560.180.07318.9579.6467.25
HexEE69C403812713f5043
Octal356151304070227477120103
Binary1110111011010011100010001110001001011110011111110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE69C4; }

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

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

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

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

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

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

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

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