Html Css Color HEX #E660AD Hot Pink

📋 copy color: '#E660AD'

red 230 ◦ green 96 ◦ blue 173

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

Shades of Hot Pink #E660AD

Tints of Hot Pink #E660AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

 BLUE value IS 173 (67.97% from 255) = 34.67%

R = 46.09%
G = 19.24%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E660AD (or 0xE660AD) is known color: Hot Pink. HEX triplet: E6, 60 and AD. RGB value is (230,96,173). Sum of RGB (Red+Green+Blue) = 230+96+173=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E660AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E660AD is #199F52. Grayscale: #909090. Windows color (decimal): -1679187 or 11362534. OLE color: 11362534.

HSL color Cylindrical-coordinate representation of color #E660AD: hue angle of 325.52º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E660AD is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 173 -
CMYK 0 0.58 0.25 0.10
HSL 325.52º 0.73% 0.64% -
HSV(B) 325.52º 0.58% 0.9% -
XYZ 44.36 28.21 42.64 -
YUV 144.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 230 96 173 0 0.58 0.25 0.10 325.52 0.73 0.64
Hex E6 60 AD 0 3A 19 A 146 49 40
Octal 346 140 255 0 72 31 12 506 111 100
Binary 11100110 1100000 10101101 0 111010 11001 1010 101000110 1001001 1000000

Color Harmonies of #E660AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E660AD

Black with #E660AD

Text Example


Text Example

White with #E660AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E660AD; }

 p { color: rgb(230,96,173); }

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

background-color css

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

 a { background-color: rgb(230,96,173); }

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

border-color css

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

 span { border-color: rgb(230,96,173); }

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