Html Css Color HEX #E168B0 Hot Pink

📋 copy color: '#E168B0'

red 225 ◦ green 104 ◦ blue 176

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

Shades of Hot Pink #E168B0

Tints of Hot Pink #E168B0

RGB

 RED value IS 225 (88.28% from 255) = 44.55%

 GREEN value IS 104 (41.02% from 255) = 20.59%

 BLUE value IS 176 (69.14% from 255) = 34.85%

R = 44.55%
G = 20.59%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E168B0 (or 0xE168B0) is known color: Hot Pink. HEX triplet: E1, 68 and B0. RGB value is (225,104,176). Sum of RGB (Red+Green+Blue) = 225+104+176=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E168B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E168B0 is #1E974F. Grayscale: #949494. Windows color (decimal): -2004816 or 11561185. OLE color: 11561185.

HSL color Cylindrical-coordinate representation of color #E168B0: hue angle of 324.3º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E168B0 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 104 176 -
CMYK 0 0.54 0.22 0.12
HSL 324.3º 0.67% 0.65% -
HSV(B) 324.3º 0.54% 0.88% -
XYZ 43.84 29.04 44.37 -
YUV 148.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 225 104 176 0 0.54 0.22 0.12 324.3 0.67 0.65
Hex E1 68 B0 0 36 16 C 144 43 41
Octal 341 150 260 0 66 26 14 504 103 101
Binary 11100001 1101000 10110000 0 110110 10110 1100 101000100 1000011 1000001

Color Harmonies of #E168B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E168B0

Black with #E168B0

Text Example


Text Example

White with #E168B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E168B0; }

 p { color: rgb(225,104,176); }

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

background-color css

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

 a { background-color: rgb(225,104,176); }

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

border-color css

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

 span { border-color: rgb(225,104,176); }

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