#EA35FD

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

Shades of Pink Flamingo #EA35FD

Tints of Pink Flamingo #EA35FD

Color information

#EA35FD (or 0xEA35FD) is unknown color: approx Pink Flamingo. HEX triplet: EA, 35 and FD. RGB value is (234,53,253). Sum of RGB (Red+Green+Blue) = 234+53+253=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 53 (21.09% from 255 or 9.81% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA35FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA35FD is #15CA02. Grayscale: #818181. Windows color (decimal): -1427971 or 16594410. OLE color: 16594410.

HSL color Cylindrical-coordinate representation of color #EA35FD: hue angle of 294.3º 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 #EA35FD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23453253-
CMYK0.080.7900.01
HSL294.3º98.04%60%-
HSV(B)294.3º79.05%99.22%-
XYZ52.9327.1395.38-
YUV129.92197.47202.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.33%
GREEN value IS 53 (21.09% from 255) = 9.81%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=43.33%
G=9.81%
B=46.85%

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
Decimal234532530.080.7900.01294.398.0460
HexEA35FD84F01126623c
Octal35265375101170144614274
Binary111010101101011111110110001001111011001001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA35FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA35FD; }

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

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

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

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

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

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

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

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