#ee6ba5

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

Shades of Hot Pink #EE6BA5

Tints of Hot Pink #EE6BA5

Color information

#EE6BA5 (or 0xEE6BA5) is unknown color: approx Hot Pink. HEX triplet: EE, 6B and A5. RGB value is (238,107,165). Sum of RGB (Red+Green+Blue) = 238+107+165=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6BA5 is #11945A. Grayscale: #989898. Windows color (decimal): -1152091 or 10841070. OLE color: 10841070.

HSL color Cylindrical-coordinate representation of color #EE6BA5: hue angle of 333.44º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6BA5 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB238107165-
CMYK00.550.310.07
HSL333.44º79.39%67.65%-
HSV(B)333.44º55.04%93.33%-
XYZ47.3131.4139.17-
YUV152.78134.9188.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 107 (42.19% from 255) = 20.98%
BLUE value IS 165 (64.84% from 255) = 32.35%
R=46.67%
G=20.98%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810716500.550.310.07333.4479.3967.65
HexEE6BA50371F714d4f44
Octal356153245067377515117104
Binary1110111011010111010010101101111111111110100110110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee6ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee6ba5; }

 p { color: rgb(238,107,165); }

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

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

 a { background-color: rgb(238,107,165); }

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

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

 span { border-color: rgb(238,107,165); }

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