#FF5DE5

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

Shades of Pink Flamingo #FF5DE5

Tints of Pink Flamingo #FF5DE5

Color information

#FF5DE5 (or 0xFF5DE5) is unknown color: approx Pink Flamingo. HEX triplet: FF, 5D and E5. RGB value is (255,93,229). Sum of RGB (Red+Green+Blue) = 255+93+229=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 93 (36.72% from 255 or 16.12% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DE5 is #00A21A. Grayscale: #9C9C9C. Windows color (decimal): -41499 or 15031807. OLE color: 15031807.

HSL color Cylindrical-coordinate representation of color #FF5DE5: hue angle of 309.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DE5 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB25593229-
CMYK00.640.100
HSL309.63º100%68.24%-
HSV(B)309.63º63.53%100%-
XYZ59.334.7577.71-
YUV156.94168.67197.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.19%
GREEN value IS 93 (36.72% from 255) = 16.12%
BLUE value IS 229 (89.84% from 255) = 39.69%
R=44.19%
G=16.12%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559322900.640.100309.6310068.24
HexFF5DE5040A01366444
Octal3771353450100120466144104
Binary11111111101110111100101010000001010010011011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5DE5; }

 p { color: rgb(255,93,229); }

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

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

 a { background-color: rgb(255,93,229); }

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

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

 span { border-color: rgb(255,93,229); }

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