Html Css Color HEX #E668AA Hot Pink

📋 copy color: '#E668AA'

red 230 ◦ green 104 ◦ blue 170

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

Shades of Hot Pink #E668AA

Tints of Hot Pink #E668AA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.63%

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

R = 45.63%
G = 20.63%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E668AA (or 0xE668AA) is known color: Hot Pink. HEX triplet: E6, 68 and AA. RGB value is (230,104,170). Sum of RGB (Red+Green+Blue) = 230+104+170=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E668AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E668AA is #199755. Grayscale: #959595. Windows color (decimal): -1677142 or 11167974. OLE color: 11167974.

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

Color convert

RGB 230 104 170 -
CMYK 0 0.55 0.26 0.10
HSL 328.57º 0.72% 0.65% -
HSV(B) 328.57º 0.55% 0.9% -
XYZ 44.84 29.63 41.39 -
YUV 149.2 139.74 185.63 -
System Red Green Blue C M Y K H S L
Decimal 230 104 170 0 0.55 0.26 0.10 328.57 0.72 0.65
Hex E6 68 AA 0 37 1A A 149 48 41
Octal 346 150 252 0 67 32 12 511 110 101
Binary 11100110 1101000 10101010 0 110111 11010 1010 101001001 1001000 1000001

Color Harmonies of #E668AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E668AA

Black with #E668AA

Text Example


Text Example

White with #E668AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E668AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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