Html Css Color HEX #EB6DAC Hot Pink

📋 copy color: '#EB6DAC'

red 235 ◦ green 109 ◦ blue 172

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

Shades of Hot Pink #EB6DAC

Tints of Hot Pink #EB6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.12%

 BLUE value IS 172 (67.58% from 255) = 33.33%

R = 45.54%
G = 21.12%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB6DAC (or 0xEB6DAC) is known color: Hot Pink. HEX triplet: EB, 6D and AC. RGB value is (235,109,172). Sum of RGB (Red+Green+Blue) = 235+109+172=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6DAC is #149253. Grayscale: #999999. Windows color (decimal): -1348180 or 11300331. OLE color: 11300331.

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

Color convert

RGB 235 109 172 -
CMYK 0 0.54 0.27 0.08
HSL 330º 0.76% 0.67% -
HSV(B) 330º 0.54% 0.92% -
XYZ 47.18 31.58 42.64 -
YUV 153.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 235 109 172 0 0.54 0.27 0.08 330 0.76 0.67
Hex EB 6D AC 0 36 1B 8 14A 4C 43
Octal 353 155 254 0 66 33 10 512 114 103
Binary 11101011 1101101 10101100 0 110110 11011 1000 101001010 1001100 1000011

Color Harmonies of #EB6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6DAC

Black with #EB6DAC

Text Example


Text Example

White with #EB6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6DAC; }

 p { color: rgb(235,109,172); }

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

background-color css

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

 a { background-color: rgb(235,109,172); }

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

border-color css

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

 span { border-color: rgb(235,109,172); }

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