Html Css Color HEX #E54BF9 Pink Flamingo

📋 copy color: '#E54BF9'

red 229 ◦ green 75 ◦ blue 249

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

Shades of Pink Flamingo #E54BF9

Tints of Pink Flamingo #E54BF9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.56%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 41.41%
G = 13.56%
B = 45.03%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E54BF9 (or 0xE54BF9) is known color: Pink Flamingo. HEX triplet: E5, 4B and F9. RGB value is (229,75,249). Sum of RGB (Red+Green+Blue) = 229+75+249=553 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.41% from 553); Green value is 75 (29.69% from 255 or 13.56% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #E54BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54BF9 is #1AB406. Grayscale: #8C8C8C. Windows color (decimal): -1750023 or 16337893. OLE color: 16337893.

HSL color Cylindrical-coordinate representation of color #E54BF9: hue angle of 293.1º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54BF9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 75 249 -
CMYK 0.08 0.70 0 0.02
HSL 293.1º 0.94% 0.64% -
HSV(B) 293.1º 0.7% 0.98% -
XYZ 51.93 28.53 92.39 -
YUV 140.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 229 75 249 0.08 0.70 0 0.02 293.1 0.94 0.64
Hex E5 4B F9 8 46 0 2 125 5E 40
Octal 345 113 371 10 106 0 2 445 136 100
Binary 11100101 1001011 11111001 1000 1000110 0 10 100100101 1011110 1000000

Color Harmonies of #E54BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54BF9

Black with #E54BF9

Text Example


Text Example

White with #E54BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54BF9; }

 p { color: rgb(229,75,249); }

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

background-color css

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

 a { background-color: rgb(229,75,249); }

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

border-color css

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

 span { border-color: rgb(229,75,249); }

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