#CE5E9E

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

Shades of Hopbush #CE5E9E

Tints of Hopbush #CE5E9E

Color information

#CE5E9E (or 0xCE5E9E) is unknown color: approx Hopbush. HEX triplet: CE, 5E and 9E. RGB value is (206,94,158). Sum of RGB (Red+Green+Blue) = 206+94+158=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE5E9E is #31A161. Grayscale: #868686. Windows color (decimal): -3252578 or 10378958. OLE color: 10378958.

HSL color Cylindrical-coordinate representation of color #CE5E9E: hue angle of 325.71º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E9E is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB20694158-
CMYK00.540.230.19
HSL325.71º53.33%58.82%-
HSV(B)325.71º54.37%80.78%-
XYZ35.6323.635.02-
YUV134.78141.11178.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.98%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=44.98%
G=20.52%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069415800.540.230.19325.7153.3358.82
HexCE5E9E0361713146353b
Octal31613623606627235066573
Binary1100111010111101001111001101101011110011101000110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E9E; }

 p { color: rgb(206,94,158); }

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

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

 a { background-color: rgb(206,94,158); }

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

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

 span { border-color: rgb(206,94,158); }

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