#EB67F5

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

Shades of Pink Flamingo #EB67F5

Tints of Pink Flamingo #EB67F5

Color information

#EB67F5 (or 0xEB67F5) is unknown color: approx Pink Flamingo. HEX triplet: EB, 67 and F5. RGB value is (235,103,245). Sum of RGB (Red+Green+Blue) = 235+103+245=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 103 (40.62% from 255 or 17.67% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #EB67F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB67F5 is #14980A. Grayscale: #9E9E9E. Windows color (decimal): -1349643 or 16082923. OLE color: 16082923.

HSL color Cylindrical-coordinate representation of color #EB67F5: hue angle of 295.77º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EB67F5 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235103245-
CMYK0.040.5800.04
HSL295.77º87.65%68.24%-
HSV(B)295.77º57.96%96.08%-
XYZ55.5933.9690.01-
YUV158.66176.73182.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 103 (40.62% from 255) = 17.67%
BLUE value IS 245 (96.09% from 255) = 42.02%
R=40.31%
G=17.67%
B=42.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351032450.040.5800.04295.7787.6568.24
HexEB67F543A041285844
Octal35314736547204450130104
Binary11101011110011111110101100111010010010010100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB67F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB67F5; }

 p { color: rgb(235,103,245); }

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

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

 a { background-color: rgb(235,103,245); }

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

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

 span { border-color: rgb(235,103,245); }

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