Html Css Color HEX #E66AAB Hot Pink

📋 copy color: '#E66AAB'

red 230 ◦ green 106 ◦ blue 171

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

Shades of Hot Pink #E66AAB

Tints of Hot Pink #E66AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.91%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 45.36%
G = 20.91%
B = 33.73%

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

#E66AAB (or 0xE66AAB) is known color: Hot Pink. HEX triplet: E6, 6A and AB. RGB value is (230,106,171). Sum of RGB (Red+Green+Blue) = 230+106+171=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66AAB is #199554. Grayscale: #969696. Windows color (decimal): -1676629 or 11234022. OLE color: 11234022.

HSL color Cylindrical-coordinate representation of color #E66AAB: hue angle of 328.55º 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 #E66AAB is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 106 171 -
CMYK 0 0.54 0.26 0.10
HSL 328.55º 0.71% 0.66% -
HSV(B) 328.55º 0.54% 0.9% -
XYZ 45.14 30.07 41.95 -
YUV 150.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 230 106 171 0 0.54 0.26 0.10 328.55 0.71 0.66
Hex E6 6A AB 0 36 1A A 149 47 42
Octal 346 152 253 0 66 32 12 511 107 102
Binary 11100110 1101010 10101011 0 110110 11010 1010 101001001 1000111 1000010

Color Harmonies of #E66AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AAB

Black with #E66AAB

Text Example


Text Example

White with #E66AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AAB; }

 p { color: rgb(230,106,171); }

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

background-color css

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

 a { background-color: rgb(230,106,171); }

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

border-color css

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

 span { border-color: rgb(230,106,171); }

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