#EE69B5

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

Shades of Hot Pink #EE69B5

Tints of Hot Pink #EE69B5

Color information

#EE69B5 (or 0xEE69B5) is unknown color: approx Hot Pink. HEX triplet: EE, 69 and B5. RGB value is (238,105,181). Sum of RGB (Red+Green+Blue) = 238+105+181=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EE69B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE69B5 is #11964A. Grayscale: #999999. Windows color (decimal): -1152587 or 11889134. OLE color: 11889134.

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

Color convert

RGB238105181-
CMYK00.560.240.07
HSL325.71º79.64%67.25%-
HSV(B)325.71º55.88%93.33%-
XYZ48.6531.6247.25-
YUV153.43143.56188.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 105 (41.41% from 255) = 20.04%
BLUE value IS 181 (71.09% from 255) = 34.54%
R=45.42%
G=20.04%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810518100.560.240.07325.7179.6467.25
HexEE69B50381871465043
Octal356151265070307506120103
Binary1110111011010011011010101110001100011110100011010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE69B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE69B5; }

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

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

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

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

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

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

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

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