Html Css Color HEX #EB6AAC Hot Pink

📋 copy color: '#EB6AAC'

red 235 ◦ green 106 ◦ blue 172

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

Shades of Hot Pink #EB6AAC

Tints of Hot Pink #EB6AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.66%

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

R = 45.81%
G = 20.66%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EB6AAC (or 0xEB6AAC) is known color: Hot Pink. HEX triplet: EB, 6A and AC. RGB value is (235,106,172). Sum of RGB (Red+Green+Blue) = 235+106+172=513 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.81% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6AAC is #149553. Grayscale: #979797. Windows color (decimal): -1348948 or 11299563. OLE color: 11299563.

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

Color convert

RGB 235 106 172 -
CMYK 0 0.55 0.27 0.08
HSL 329.3º 0.76% 0.67% -
HSV(B) 329.3º 0.55% 0.92% -
XYZ 46.86 30.95 42.53 -
YUV 152.1 139.24 187.13 -
System Red Green Blue C M Y K H S L
Decimal 235 106 172 0 0.55 0.27 0.08 329.3 0.76 0.67
Hex EB 6A AC 0 37 1B 8 149 4C 43
Octal 353 152 254 0 67 33 10 511 114 103
Binary 11101011 1101010 10101100 0 110111 11011 1000 101001001 1001100 1000011

Color Harmonies of #EB6AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6AAC

Black with #EB6AAC

Text Example


Text Example

White with #EB6AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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