Html Css Color HEX #E545FB Pink Flamingo

📋 copy color: '#E545FB'

red 229 ◦ green 69 ◦ blue 251

#E545FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Flamingo #E545FB

Tints of Pink Flamingo #E545FB

RGB

 RED value IS 229 (89.84% from 255) = 41.71%

 GREEN value IS 69 (27.34% from 255) = 12.57%

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 41.71%
G = 12.57%
B = 45.72%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E545FB (or 0xE545FB) is known color: Pink Flamingo. HEX triplet: E5, 45 and FB. RGB value is (229,69,251). Sum of RGB (Red+Green+Blue) = 229+69+251=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 69 (27.34% from 255 or 12.57% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #E545FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E545FB is #1ABA04. Grayscale: #898989. Windows color (decimal): -1751557 or 16467429. OLE color: 16467429.

HSL color Cylindrical-coordinate representation of color #E545FB: hue angle of 292.75º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E545FB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 69 251 -
CMYK 0.09 0.73 0 0.02
HSL 292.75º 0.96% 0.63% -
HSV(B) 292.75º 0.73% 0.98% -
XYZ 51.85 27.88 93.92 -
YUV 137.59 192.01 193.2 -
System Red Green Blue C M Y K H S L
Decimal 229 69 251 0.09 0.73 0 0.02 292.75 0.96 0.63
Hex E5 45 FB 9 49 0 2 125 60 3F
Octal 345 105 373 11 111 0 2 445 140 77
Binary 11100101 1000101 11111011 1001 1001001 0 10 100100101 1100000 111111

Color Harmonies of #E545FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E545FB

Black with #E545FB

Text Example


Text Example

White with #E545FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E545FB; }

 p { color: rgb(229,69,251); }

 H1.HeaderClassName
 {
   color: #E545FB;
 }
 .AnyTagClassName
 {
   color: #E545FB;
 }
</style>

background-color css

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

 a { background-color: rgb(229,69,251); }

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

border-color css

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

 span { border-color: rgb(229,69,251); }

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