#EB69F1

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

Shades of Pink Flamingo #EB69F1

Tints of Pink Flamingo #EB69F1

Color information

#EB69F1 (or 0xEB69F1) is unknown color: approx Pink Flamingo. HEX triplet: EB, 69 and F1. RGB value is (235,105,241). Sum of RGB (Red+Green+Blue) = 235+105+241=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 105 (41.41% from 255 or 18.07% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB69F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB69F1 is #14960E. Grayscale: #9E9E9E. Windows color (decimal): -1349135 or 15821291. OLE color: 15821291.

HSL color Cylindrical-coordinate representation of color #EB69F1: hue angle of 297.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EB69F1 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235105241-
CMYK0.020.5600.05
HSL297.35º82.93%67.84%-
HSV(B)297.35º56.43%94.51%-
XYZ55.1934.1286.9-
YUV159.37174.07181.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 105 (41.41% from 255) = 18.07%
BLUE value IS 241 (94.53% from 255) = 41.48%
R=40.45%
G=18.07%
B=41.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351052410.020.5600.05297.3582.9367.84
HexEB69F1238051295344
Octal35315136127005451123104
Binary1110101111010011111000110111000010110010100110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB69F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB69F1; }

 p { color: rgb(235,105,241); }

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

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

 a { background-color: rgb(235,105,241); }

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

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

 span { border-color: rgb(235,105,241); }

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