Html Css Color HEX #E670AD Hot Pink

📋 copy color: '#E670AD'

red 230 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #E670AD

Tints of Hot Pink #E670AD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.75%

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

R = 44.66%
G = 21.75%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E670AD (or 0xE670AD) is known color: Hot Pink. HEX triplet: E6, 70 and AD. RGB value is (230,112,173). Sum of RGB (Red+Green+Blue) = 230+112+173=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E670AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E670AD is #198F52. Grayscale: #9A9A9A. Windows color (decimal): -1675091 or 11366630. OLE color: 11366630.

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

Color convert

RGB 230 112 173 -
CMYK 0 0.51 0.25 0.10
HSL 328.98º 0.7% 0.67% -
HSV(B) 328.98º 0.51% 0.9% -
XYZ 45.97 31.43 43.18 -
YUV 154.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 230 112 173 0 0.51 0.25 0.10 328.98 0.7 0.67
Hex E6 70 AD 0 33 19 A 149 46 43
Octal 346 160 255 0 63 31 12 511 106 103
Binary 11100110 1110000 10101101 0 110011 11001 1010 101001001 1000110 1000011

Color Harmonies of #E670AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E670AD

Black with #E670AD

Text Example


Text Example

White with #E670AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E670AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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