#CE71AD

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

Shades of Hopbush #CE71AD

Tints of Hopbush #CE71AD

Color information

#CE71AD (or 0xCE71AD) is unknown color: approx Hopbush. HEX triplet: CE, 71 and AD. RGB value is (206,113,173). Sum of RGB (Red+Green+Blue) = 206+113+173=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE71AD is #318E52. Grayscale: #939393. Windows color (decimal): -3247699 or 11366862. OLE color: 11366862.

HSL color Cylindrical-coordinate representation of color #CE71AD: hue angle of 321.29º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE71AD is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206113173-
CMYK00.450.160.19
HSL321.29º48.69%62.55%-
HSV(B)321.29º45.15%80.78%-
XYZ38.927.9542.88-
YUV147.65142.31169.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.87%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=41.87%
G=22.97%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611317300.450.160.19321.2948.6962.55
HexCE71AD02D1013141313f
Octal31616125505520235016177
Binary1100111011100011010110101011011000010011101000001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71AD; }

 p { color: rgb(206,113,173); }

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

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

 a { background-color: rgb(206,113,173); }

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

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

 span { border-color: rgb(206,113,173); }

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