#EB5CF1

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

Shades of Pink Flamingo #EB5CF1

Tints of Pink Flamingo #EB5CF1

Color information

#EB5CF1 (or 0xEB5CF1) is unknown color: approx Pink Flamingo. HEX triplet: EB, 5C and F1. RGB value is (235,92,241). Sum of RGB (Red+Green+Blue) = 235+92+241=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 92 (36.33% from 255 or 16.20% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #EB5CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EB5CF1 is #14A30E. Grayscale: #979797. Windows color (decimal): -1352463 or 15817963. OLE color: 15817963.

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

Color convert

RGB23592241-
CMYK0.020.6200.05
HSL297.58º84.18%65.29%-
HSV(B)297.58º61.83%94.51%-
XYZ53.9731.6786.49-
YUV151.74178.38187.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 92 (36.33% from 255) = 16.20%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=41.37%
G=16.20%
B=42.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal235922410.020.6200.05297.5884.1865.29
HexEB5CF123E0512a5441
Octal35313436127605452124101
Binary1110101110111001111000110111110010110010101010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5CF1; }

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

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

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

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

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

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

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

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