Html Css Color HEX #EB6FA8 Hot Pink

📋 copy color: '#EB6FA8'

red 235 ◦ green 111 ◦ blue 168

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

Shades of Hot Pink #EB6FA8

Tints of Hot Pink #EB6FA8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.6%

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

R = 45.72%
G = 21.6%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EB6FA8 (or 0xEB6FA8) is known color: Hot Pink. HEX triplet: EB, 6F and A8. RGB value is (235,111,168). Sum of RGB (Red+Green+Blue) = 235+111+168=514 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.72% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6FA8 is #149057. Grayscale: #9A9A9A. Windows color (decimal): -1347672 or 11038699. OLE color: 11038699.

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

Color convert

RGB 235 111 168 -
CMYK 0 0.53 0.29 0.08
HSL 332.42º 0.76% 0.68% -
HSV(B) 332.42º 0.53% 0.92% -
XYZ 47.01 31.86 40.72 -
YUV 154.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 235 111 168 0 0.53 0.29 0.08 332.42 0.76 0.68
Hex EB 6F A8 0 35 1D 8 14C 4C 44
Octal 353 157 250 0 65 35 10 514 114 104
Binary 11101011 1101111 10101000 0 110101 11101 1000 101001100 1001100 1000100

Color Harmonies of #EB6FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6FA8

Black with #EB6FA8

Text Example


Text Example

White with #EB6FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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