Html Css Color HEX #EB70AD Hot Pink

📋 copy color: '#EB70AD'

red 235 ◦ green 112 ◦ blue 173

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

Shades of Hot Pink #EB70AD

Tints of Hot Pink #EB70AD

RGB

 RED value IS 235 (92.19% from 255) = 45.19%

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

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

R = 45.19%
G = 21.54%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EB70AD (or 0xEB70AD) is known color: Hot Pink. HEX triplet: EB, 70 and AD. RGB value is (235,112,173). Sum of RGB (Red+Green+Blue) = 235+112+173=520 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.19% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 235 - color contains mainly: red. Hex color #EB70AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB70AD is #148F52. Grayscale: #9B9B9B. Windows color (decimal): -1347411 or 11366635. OLE color: 11366635.

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

Color convert

RGB 235 112 173 -
CMYK 0 0.52 0.26 0.08
HSL 330.24º 0.75% 0.68% -
HSV(B) 330.24º 0.52% 0.92% -
XYZ 47.6 32.27 43.25 -
YUV 155.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 235 112 173 0 0.52 0.26 0.08 330.24 0.75 0.68
Hex EB 70 AD 0 34 1A 8 14A 4B 44
Octal 353 160 255 0 64 32 10 512 113 104
Binary 11101011 1110000 10101101 0 110100 11010 1000 101001010 1001011 1000100

Color Harmonies of #EB70AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB70AD

Black with #EB70AD

Text Example


Text Example

White with #EB70AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB70AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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