#E653FA

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

Shades of Pink Flamingo #E653FA

Tints of Pink Flamingo #E653FA

Color information

#E653FA (or 0xE653FA) is unknown color: approx Pink Flamingo. HEX triplet: E6, 53 and FA. RGB value is (230,83,250). Sum of RGB (Red+Green+Blue) = 230+83+250=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 83 (32.81% from 255 or 14.74% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #E653FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E653FA is #19AC05. Grayscale: #919191. Windows color (decimal): -1682438 or 16405478. OLE color: 16405478.

HSL color Cylindrical-coordinate representation of color #E653FA: hue angle of 292.81º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E653FA is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB23083250-
CMYK0.080.6700.02
HSL292.81º94.35%65.29%-
HSV(B)292.81º66.8%98.04%-
XYZ52.9829.9193.42-
YUV145.99186.7187.92-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.85%
GREEN value IS 83 (32.81% from 255) = 14.74%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=40.85%
G=14.74%
B=44.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal230832500.080.6700.02292.8194.3565.29
HexE653FA843021255e41
Octal3461233721010302445136101
Binary111001101010011111110101000100001101010010010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E653FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E653FA; }

 p { color: rgb(230,83,250); }

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

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

 a { background-color: rgb(230,83,250); }

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

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

 span { border-color: rgb(230,83,250); }

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