#E63AFD

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

Shades of Pink Flamingo #E63AFD

Tints of Pink Flamingo #E63AFD

Color information

#E63AFD (or 0xE63AFD) is unknown color: approx Pink Flamingo. HEX triplet: E6, 3A and FD. RGB value is (230,58,253). Sum of RGB (Red+Green+Blue) = 230+58+253=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 58 (23.05% from 255 or 10.72% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #E63AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63AFD is #19C502. Grayscale: #838383. Windows color (decimal): -1688835 or 16595686. OLE color: 16595686.

HSL color Cylindrical-coordinate representation of color #E63AFD: hue angle of 292.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E63AFD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23058253-
CMYK0.090.7700.01
HSL292.92º97.99%60.98%-
HSV(B)292.92º77.08%99.22%-
XYZ51.8826.9495.39-
YUV131.66196.48198.14-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 58 (23.05% from 255) = 10.72%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=42.51%
G=10.72%
B=46.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230582530.090.7700.01292.9297.9960.98
HexE63AFD94D01125623d
Octal34672375111150144514275
Binary111001101110101111110110011001101011001001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63AFD; }

 p { color: rgb(230,58,253); }

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

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

 a { background-color: rgb(230,58,253); }

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

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

 span { border-color: rgb(230,58,253); }

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