#EC62F8

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

Shades of Pink Flamingo #EC62F8

Tints of Pink Flamingo #EC62F8

Color information

#EC62F8 (or 0xEC62F8) is unknown color: approx Pink Flamingo. HEX triplet: EC, 62 and F8. RGB value is (236,98,248). Sum of RGB (Red+Green+Blue) = 236+98+248=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 98 (38.67% from 255 or 16.84% from 582); Blue value is 248 (97.27% from 255 or 42.61% from 582); Max value from RGB is 248 - color contains mainly: blue. Hex color #EC62F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC62F8 is #139D07. Grayscale: #9B9B9B. Windows color (decimal): -1285384 or 16278252. OLE color: 16278252.

HSL color Cylindrical-coordinate representation of color #EC62F8: hue angle of 295.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC62F8 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB23698248-
CMYK0.050.6000.03
HSL295.2º91.46%67.84%-
HSV(B)295.2º60.48%97.25%-
XYZ55.933.3592.3-
YUV156.36179.72184.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 98 (38.67% from 255) = 16.84%
BLUE value IS 248 (97.27% from 255) = 42.61%
R=40.55%
G=16.84%
B=42.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal236982480.050.6000.03295.291.4667.84
HexEC62F853C031275b44
Octal35414237057403447133104
Binary1110110011000101111100010111110001110010011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC62F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC62F8; }

 p { color: rgb(236,98,248); }

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

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

 a { background-color: rgb(236,98,248); }

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

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

 span { border-color: rgb(236,98,248); }

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