#E06CB2

Color #E06CB2 Hot Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Pink #E06CB2

Tints of Hot Pink #E06CB2

Color information

#E06CB2 (or 0xE06CB2) is unknown color: approx Hot Pink. HEX triplet: E0, 6C and B2. RGB value is (224,108,178). Sum of RGB (Red+Green+Blue) = 224+108+178=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CB2 is #1F934D. Grayscale: #969696. Windows color (decimal): -2069326 or 11693280. OLE color: 11693280.

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

Color convert

RGB224108178-
CMYK00.520.210.12
HSL323.79º65.17%65.1%-
HSV(B)323.79º51.79%87.84%-
XYZ44.1429.7945.54-
YUV150.66143.43180.31-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.92%
GREEN value IS 108 (42.58% from 255) = 21.18%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=43.92%
G=21.18%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410817800.520.210.12323.7965.1765.1
HexE06CB203415C1444141
Octal3401542620642514504101101
Binary11100000110110010110010011010010101110010100010010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CB2; }

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

 H1.HeaderClassName
 {
   color: #E06CB2;
 }
 .AnyTagClassName
 {
   color: #E06CB2;
 }
</style>
background-color css

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

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

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

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

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

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