#CE5EBB

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

Shades of Fuchsia #CE5EBB

Tints of Fuchsia #CE5EBB

Color information

#CE5EBB (or 0xCE5EBB) is unknown color: approx Fuchsia. HEX triplet: CE, 5E and BB. RGB value is (206,94,187). Sum of RGB (Red+Green+Blue) = 206+94+187=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5EBB is #31A144. Grayscale: #898989. Windows color (decimal): -3252549 or 12279502. OLE color: 12279502.

HSL color Cylindrical-coordinate representation of color #CE5EBB: hue angle of 310.18º 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 #CE5EBB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB20694187-
CMYK00.540.090.19
HSL310.18º53.33%58.82%-
HSV(B)310.18º54.37%80.78%-
XYZ38.4324.7249.76-
YUV138.09155.61176.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 94 (37.11% from 255) = 19.30%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=42.30%
G=19.30%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2069418700.540.090.19310.1853.3358.82
HexCE5EBB036913136353b
Octal31613627306611234666573
Binary110011101011110101110110110110100110011100110110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5EBB; }

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

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

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

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

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

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

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

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