#EA3DFC

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

Shades of Pink Flamingo #EA3DFC

Tints of Pink Flamingo #EA3DFC

Color information

#EA3DFC (or 0xEA3DFC) is unknown color: approx Pink Flamingo. HEX triplet: EA, 3D and FC. RGB value is (234,61,252). Sum of RGB (Red+Green+Blue) = 234+61+252=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA3DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA3DFC is #15C203. Grayscale: #858585. Windows color (decimal): -1425924 or 16530922. OLE color: 16530922.

HSL color Cylindrical-coordinate representation of color #EA3DFC: hue angle of 294.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA3DFC is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB23461252-
CMYK0.070.7600.01
HSL294.35º96.95%61.37%-
HSV(B)294.35º75.79%98.82%-
XYZ53.1727.8694.67-
YUV134.5194.31198.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 61 (24.22% from 255) = 11.15%
BLUE value IS 252 (98.83% from 255) = 46.07%
R=42.78%
G=11.15%
B=46.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal234612520.070.7600.01294.3596.9561.37
HexEA3DFC74C01126613d
Octal3527537471140144614175
Binary11101010111101111111001111001100011001001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3DFC; }

 p { color: rgb(234,61,252); }

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

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

 a { background-color: rgb(234,61,252); }

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

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

 span { border-color: rgb(234,61,252); }

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