Html Css Color HEX #EB72A8 Hot Pink

📋 copy color: '#EB72A8'

red 235 ◦ green 114 ◦ blue 168

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

Shades of Hot Pink #EB72A8

Tints of Hot Pink #EB72A8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.05%

 BLUE value IS 168 (66.02% from 255) = 32.5%

R = 45.45%
G = 22.05%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB72A8 (or 0xEB72A8) is known color: Hot Pink. HEX triplet: EB, 72 and A8. RGB value is (235,114,168). Sum of RGB (Red+Green+Blue) = 235+114+168=517 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.45% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB72A8 is #148D57. Grayscale: #9C9C9C. Windows color (decimal): -1346904 or 11039467. OLE color: 11039467.

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

Color convert

RGB 235 114 168 -
CMYK 0 0.51 0.29 0.08
HSL 333.22º 0.75% 0.68% -
HSV(B) 333.22º 0.51% 0.92% -
XYZ 47.35 32.52 40.83 -
YUV 156.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 235 114 168 0 0.51 0.29 0.08 333.22 0.75 0.68
Hex EB 72 A8 0 33 1D 8 14D 4B 44
Octal 353 162 250 0 63 35 10 515 113 104
Binary 11101011 1110010 10101000 0 110011 11101 1000 101001101 1001011 1000100

Color Harmonies of #EB72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB72A8

Black with #EB72A8

Text Example


Text Example

White with #EB72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB72A8; }

 p { color: rgb(235,114,168); }

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

background-color css

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

 a { background-color: rgb(235,114,168); }

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

border-color css

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

 span { border-color: rgb(235,114,168); }

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