Html Css Color HEX #E06BB2 Hot Pink

📋 copy color: '#E06BB2'

red 224 ◦ green 107 ◦ blue 178

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

Shades of Hot Pink #E06BB2

Tints of Hot Pink #E06BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 44.01%
G = 21.02%
B = 34.97%

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

#E06BB2 (or 0xE06BB2) is known color: Hot Pink. HEX triplet: E0, 6B and B2. RGB value is (224,107,178). Sum of RGB (Red+Green+Blue) = 224+107+178=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06BB2 is #1F944D. Grayscale: #959595. Windows color (decimal): -2069582 or 11693024. OLE color: 11693024.

HSL color Cylindrical-coordinate representation of color #E06BB2: hue angle of 323.59º 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 #E06BB2 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 107 178 -
CMYK 0 0.52 0.21 0.12
HSL 323.59º 0.65% 0.65% -
HSV(B) 323.59º 0.52% 0.88% -
XYZ 44.03 29.58 45.51 -
YUV 150.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 224 107 178 0 0.52 0.21 0.12 323.59 0.65 0.65
Hex E0 6B B2 0 34 15 C 144 41 41
Octal 340 153 262 0 64 25 14 504 101 101
Binary 11100000 1101011 10110010 0 110100 10101 1100 101000100 1000001 1000001

Color Harmonies of #E06BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06BB2

Black with #E06BB2

Text Example


Text Example

White with #E06BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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