Html Css Color HEX #EB6AAB Hot Pink

📋 copy color: '#EB6AAB'

red 235 ◦ green 106 ◦ blue 171

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

Shades of Hot Pink #EB6AAB

Tints of Hot Pink #EB6AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.4%

R = 45.9%
G = 20.7%
B = 33.4%

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

#EB6AAB (or 0xEB6AAB) is known color: Hot Pink. HEX triplet: EB, 6A and AB. RGB value is (235,106,171). Sum of RGB (Red+Green+Blue) = 235+106+171=512 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.90% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6AAB is #149554. Grayscale: #979797. Windows color (decimal): -1348949 or 11234027. OLE color: 11234027.

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

Color convert

RGB 235 106 171 -
CMYK 0 0.55 0.27 0.08
HSL 329.77º 0.76% 0.67% -
HSV(B) 329.77º 0.55% 0.92% -
XYZ 46.77 30.91 42.03 -
YUV 151.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 235 106 171 0 0.55 0.27 0.08 329.77 0.76 0.67
Hex EB 6A AB 0 37 1B 8 14A 4C 43
Octal 353 152 253 0 67 33 10 512 114 103
Binary 11101011 1101010 10101011 0 110111 11011 1000 101001010 1001100 1000011

Color Harmonies of #EB6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6AAB

Black with #EB6AAB

Text Example


Text Example

White with #EB6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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