#E63FFC

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

Shades of Pink Flamingo #E63FFC

Tints of Pink Flamingo #E63FFC

Color information

#E63FFC (or 0xE63FFC) is unknown color: approx Pink Flamingo. HEX triplet: E6, 3F and FC. RGB value is (230,63,252). Sum of RGB (Red+Green+Blue) = 230+63+252=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 63 (25% from 255 or 11.56% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #E63FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E63FFC is #19C003. Grayscale: #858585. Windows color (decimal): -1687556 or 16531430. OLE color: 16531430.

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

Color convert

RGB23063252-
CMYK0.090.7500.01
HSL293.02º96.92%61.76%-
HSV(B)293.02º75%98.82%-
XYZ51.9827.4194.65-
YUV134.48194.33196.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 63 (25% from 255) = 11.56%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=42.20%
G=11.56%
B=46.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal230632520.090.7500.01293.0296.9261.76
HexE63FFC94B01125613e
Octal34677374111130144514176
Binary111001101111111111110010011001011011001001011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E63FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E63FFC; }

 p { color: rgb(230,63,252); }

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

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

 a { background-color: rgb(230,63,252); }

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

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

 span { border-color: rgb(230,63,252); }

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