#CE4EAB

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

Shades of Fuchsia #CE4EAB

Tints of Fuchsia #CE4EAB

Color information

#CE4EAB (or 0xCE4EAB) is unknown color: approx Fuchsia. HEX triplet: CE, 4E and AB. RGB value is (206,78,171). Sum of RGB (Red+Green+Blue) = 206+78+171=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE4EAB is #31B154. Grayscale: #7E7E7E. Windows color (decimal): -3256661 or 11226830. OLE color: 11226830.

HSL color Cylindrical-coordinate representation of color #CE4EAB: hue angle of 316.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4EAB is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB20678171-
CMYK00.620.170.19
HSL316.41º56.64%55.69%-
HSV(B)316.41º62.14%80.78%-
XYZ35.5321.5140.81-
YUV126.87152.91184.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 78 (30.86% from 255) = 17.14%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=45.27%
G=17.14%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067817100.620.170.19316.4156.6455.69
HexCE4EAB03E111313c3938
Octal31611625307621234747170
Binary1100111010011101010101101111101000110011100111100111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4EAB; }

 p { color: rgb(206,78,171); }

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

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

 a { background-color: rgb(206,78,171); }

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

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

 span { border-color: rgb(206,78,171); }

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