#EE65BD

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

Shades of Neon Pink #EE65BD

Tints of Neon Pink #EE65BD

Color information

#EE65BD (or 0xEE65BD) is unknown color: approx Neon Pink. HEX triplet: EE, 65 and BD. RGB value is (238,101,189). Sum of RGB (Red+Green+Blue) = 238+101+189=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE65BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE65BD is #119A42. Grayscale: #979797. Windows color (decimal): -1153603 or 12412398. OLE color: 12412398.

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

Color convert

RGB238101189-
CMYK00.580.210.07
HSL321.46º80.12%66.47%-
HSV(B)321.46º57.56%93.33%-
XYZ49.131.1651.57-
YUV151.99148.89189.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.08%
GREEN value IS 101 (39.84% from 255) = 19.13%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=45.08%
G=19.13%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810118900.580.210.07321.4680.1266.47
HexEE65BD03A1571415042
Octal356145275072257501120102
Binary1110111011001011011110101110101010111110100000110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE65BD; }

 p { color: rgb(238,101,189); }

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

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

 a { background-color: rgb(238,101,189); }

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

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

 span { border-color: rgb(238,101,189); }

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