#EE48FD

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

Shades of Pink Flamingo #EE48FD

Tints of Pink Flamingo #EE48FD

Color information

#EE48FD (or 0xEE48FD) is unknown color: approx Pink Flamingo. HEX triplet: EE, 48 and FD. RGB value is (238,72,253). Sum of RGB (Red+Green+Blue) = 238+72+253=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE48FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE48FD is #11B702. Grayscale: #8D8D8D. Windows color (decimal): -1160963 or 16599278. OLE color: 16599278.

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

Color convert

RGB23872253-
CMYK0.060.7200.01
HSL295.03º97.84%63.73%-
HSV(B)295.03º71.54%99.22%-
XYZ55.3129.995.79-
YUV142.27190.5196.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.27%
GREEN value IS 72 (28.52% from 255) = 12.79%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=42.27%
G=12.79%
B=44.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal238722530.060.7200.01295.0397.8463.73
HexEE48FD648011276240
Octal356110375611001447142100
Binary1110111010010001111110111010010000110010011111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE48FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE48FD; }

 p { color: rgb(238,72,253); }

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

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

 a { background-color: rgb(238,72,253); }

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

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

 span { border-color: rgb(238,72,253); }

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