Html Css Color HEX #E06BB1 Hot Pink

📋 copy color: '#E06BB1'

red 224 ◦ green 107 ◦ blue 177

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

Shades of Hot Pink #E06BB1

Tints of Hot Pink #E06BB1

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

 GREEN value IS 107 (42.19% from 255) = 21.06%

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

R = 44.09%
G = 21.06%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.12

RGB Variations

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

Color information

#E06BB1 (or 0xE06BB1) is known color: Hot Pink. HEX triplet: E0, 6B and B1. RGB value is (224,107,177). Sum of RGB (Red+Green+Blue) = 224+107+177=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BB1 is #1F944E. Grayscale: #959595. Windows color (decimal): -2069583 or 11627488. OLE color: 11627488.

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

Color convert

RGB 224 107 177 -
CMYK 0 0.52 0.21 0.12
HSL 324.1º 0.65% 0.65% -
HSV(B) 324.1º 0.52% 0.88% -
XYZ 43.93 29.54 44.98 -
YUV 149.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 224 107 177 0 0.52 0.21 0.12 324.1 0.65 0.65
Hex E0 6B B1 0 34 15 C 144 41 41
Octal 340 153 261 0 64 25 14 504 101 101
Binary 11100000 1101011 10110001 0 110100 10101 1100 101000100 1000001 1000001

Color Harmonies of #E06BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BB1

Black with #E06BB1

Text Example


Text Example

White with #E06BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BB1; }

 p { color: rgb(224,107,177); }

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

background-color css

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

 a { background-color: rgb(224,107,177); }

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

border-color css

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

 span { border-color: rgb(224,107,177); }

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