Html Css Color HEX #E970AD Hot Pink

📋 copy color: '#E970AD'

red 233 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #E970AD

Tints of Hot Pink #E970AD

RGB

 RED value IS 233 (91.41% from 255) = 44.98%

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

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

R = 44.98%
G = 21.62%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E970AD (or 0xE970AD) is known color: Hot Pink. HEX triplet: E9, 70 and AD. RGB value is (233,112,173). Sum of RGB (Red+Green+Blue) = 233+112+173=518 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.98% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 233 - color contains mainly: red. Hex color #E970AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E970AD is #168F52. Grayscale: #9B9B9B. Windows color (decimal): -1478483 or 11366633. OLE color: 11366633.

HSL color Cylindrical-coordinate representation of color #E970AD: hue angle of 329.75º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970AD is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 173 -
CMYK 0 0.52 0.26 0.09
HSL 329.75º 0.73% 0.68% -
HSV(B) 329.75º 0.52% 0.91% -
XYZ 46.94 31.93 43.22 -
YUV 155.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 233 112 173 0 0.52 0.26 0.09 329.75 0.73 0.68
Hex E9 70 AD 0 34 1A 9 14A 49 44
Octal 351 160 255 0 64 32 11 512 111 104
Binary 11101001 1110000 10101101 0 110100 11010 1001 101001010 1001001 1000100

Color Harmonies of #E970AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970AD

Black with #E970AD

Text Example


Text Example

White with #E970AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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