Html Css Color HEX #E669AA Hot Pink

📋 copy color: '#E669AA'

red 230 ◦ green 105 ◦ blue 170

#E669AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #E669AA

Tints of Hot Pink #E669AA

RGB

 RED value IS 230 (90.23% from 255) = 45.54%

 GREEN value IS 105 (41.41% from 255) = 20.79%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 45.54%
G = 20.79%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E669AA (or 0xE669AA) is known color: Hot Pink. HEX triplet: E6, 69 and AA. RGB value is (230,105,170). Sum of RGB (Red+Green+Blue) = 230+105+170=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E669AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E669AA is #199655. Grayscale: #959595. Windows color (decimal): -1676886 or 11168230. OLE color: 11168230.

HSL color Cylindrical-coordinate representation of color #E669AA: hue angle of 328.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E669AA is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 170 -
CMYK 0 0.54 0.26 0.10
HSL 328.8º 0.71% 0.66% -
HSV(B) 328.8º 0.54% 0.9% -
XYZ 44.94 29.83 41.42 -
YUV 149.79 139.41 185.21 -
System Red Green Blue C M Y K H S L
Decimal 230 105 170 0 0.54 0.26 0.10 328.8 0.71 0.66
Hex E6 69 AA 0 36 1A A 149 47 42
Octal 346 151 252 0 66 32 12 511 107 102
Binary 11100110 1101001 10101010 0 110110 11010 1010 101001001 1000111 1000010

Color Harmonies of #E669AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E669AA

Black with #E669AA

Text Example


Text Example

White with #E669AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E669AA; }

 p { color: rgb(230,105,170); }

 H1.HeaderClassName
 {
   color: #E669AA;
 }
 .AnyTagClassName
 {
   color: #E669AA;
 }
</style>

background-color css

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

 a { background-color: rgb(230,105,170); }

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

border-color css

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

 span { border-color: rgb(230,105,170); }

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