#EA36FD

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

Shades of Pink Flamingo #EA36FD

Tints of Pink Flamingo #EA36FD

Color information

#EA36FD (or 0xEA36FD) is unknown color: approx Pink Flamingo. HEX triplet: EA, 36 and FD. RGB value is (234,54,253). Sum of RGB (Red+Green+Blue) = 234+54+253=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 54 (21.48% from 255 or 9.98% 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 #EA36FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA36FD is #15C902. Grayscale: #818181. Windows color (decimal): -1427715 or 16594666. OLE color: 16594666.

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

Color convert

RGB23454253-
CMYK0.080.7900.01
HSL294.27º98.03%60.2%-
HSV(B)294.27º78.66%99.22%-
XYZ52.9827.2295.39-
YUV130.51197.13201.82-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.25%
GREEN value IS 54 (21.48% from 255) = 9.98%
BLUE value IS 253 (99.22% from 255) = 46.77%
R=43.25%
G=9.98%
B=46.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234542530.080.7900.01294.2798.0360.2
HexEA36FD84F01126623c
Octal35266375101170144614274
Binary111010101101101111110110001001111011001001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA36FD; }

 p { color: rgb(234,54,253); }

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

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

 a { background-color: rgb(234,54,253); }

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

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

 span { border-color: rgb(234,54,253); }

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