#ea66f2

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

Shades of Pink Flamingo #EA66F2

Tints of Pink Flamingo #EA66F2

Color information

#EA66F2 (or 0xEA66F2) is unknown color: approx Pink Flamingo. HEX triplet: EA, 66 and F2. RGB value is (234,102,242). Sum of RGB (Red+Green+Blue) = 234+102+242=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA66F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA66F2 is #15990D. Grayscale: #9D9D9D. Windows color (decimal): -1415438 or 15886058. OLE color: 15886058.

HSL color Cylindrical-coordinate representation of color #EA66F2: hue angle of 296.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA66F2 is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234102242-
CMYK0.030.5800.05
HSL296.57º84.34%67.45%-
HSV(B)296.57º57.85%94.9%-
XYZ54.7133.4187.57-
YUV157.43175.73182.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 102 (40.23% from 255) = 17.65%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=40.48%
G=17.65%
B=41.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341022420.030.5800.05296.5784.3467.45
HexEA66F233A051295443
Octal35214636237205451124103
Binary1110101011001101111001011111010010110010100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ea66f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ea66f2; }

 p { color: rgb(234,102,242); }

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

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

 a { background-color: rgb(234,102,242); }

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

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

 span { border-color: rgb(234,102,242); }

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