Html Css Color HEX #EB6AB1 Hot Pink

📋 copy color: '#EB6AB1'

red 235 ◦ green 106 ◦ blue 177

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

Shades of Hot Pink #EB6AB1

Tints of Hot Pink #EB6AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 45.37%
G = 20.46%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#EB6AB1 (or 0xEB6AB1) is known color: Hot Pink. HEX triplet: EB, 6A and B1. RGB value is (235,106,177). Sum of RGB (Red+Green+Blue) = 235+106+177=518 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.37% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6AB1 is #14954E. Grayscale: #989898. Windows color (decimal): -1348943 or 11627243. OLE color: 11627243.

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

Color convert

RGB 235 106 177 -
CMYK 0 0.55 0.25 0.08
HSL 326.98º 0.76% 0.67% -
HSV(B) 326.98º 0.55% 0.92% -
XYZ 47.35 31.14 45.11 -
YUV 152.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 235 106 177 0 0.55 0.25 0.08 326.98 0.76 0.67
Hex EB 6A B1 0 37 19 8 147 4C 43
Octal 353 152 261 0 67 31 10 507 114 103
Binary 11101011 1101010 10110001 0 110111 11001 1000 101000111 1001100 1000011

Color Harmonies of #EB6AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6AB1

Black with #EB6AB1

Text Example


Text Example

White with #EB6AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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