Html Css Color HEX #EB71A8 Hot Pink

📋 copy color: '#EB71A8'

red 235 ◦ green 113 ◦ blue 168

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

Shades of Hot Pink #EB71A8

Tints of Hot Pink #EB71A8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.9%

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

R = 45.54%
G = 21.9%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB71A8 (or 0xEB71A8) is known color: Hot Pink. HEX triplet: EB, 71 and A8. RGB value is (235,113,168). Sum of RGB (Red+Green+Blue) = 235+113+168=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB71A8 is #148E57. Grayscale: #9B9B9B. Windows color (decimal): -1347160 or 11039211. OLE color: 11039211.

HSL color Cylindrical-coordinate representation of color #EB71A8: hue angle of 332.95º 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 #EB71A8 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 113 168 -
CMYK 0 0.52 0.29 0.08
HSL 332.95º 0.75% 0.68% -
HSV(B) 332.95º 0.52% 0.92% -
XYZ 47.23 32.3 40.79 -
YUV 155.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 235 113 168 0 0.52 0.29 0.08 332.95 0.75 0.68
Hex EB 71 A8 0 34 1D 8 14D 4B 44
Octal 353 161 250 0 64 35 10 515 113 104
Binary 11101011 1110001 10101000 0 110100 11101 1000 101001101 1001011 1000100

Color Harmonies of #EB71A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB71A8

Black with #EB71A8

Text Example


Text Example

White with #EB71A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB71A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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