Html Css Color HEX #E54FFB Pink Flamingo

📋 copy color: '#E54FFB'

red 229 ◦ green 79 ◦ blue 251

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

Shades of Pink Flamingo #E54FFB

Tints of Pink Flamingo #E54FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.13%

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

R = 40.97%
G = 14.13%
B = 44.9%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E54FFB (or 0xE54FFB) is known color: Pink Flamingo. HEX triplet: E5, 4F and FB. RGB value is (229,79,251). Sum of RGB (Red+Green+Blue) = 229+79+251=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 79 (31.25% from 255 or 14.13% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #E54FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54FFB is #1AB004. Grayscale: #8E8E8E. Windows color (decimal): -1748997 or 16469989. OLE color: 16469989.

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

Color convert

RGB 229 79 251 -
CMYK 0.09 0.69 0 0.02
HSL 292.33º 0.96% 0.65% -
HSV(B) 292.33º 0.69% 0.98% -
XYZ 52.52 29.22 94.14 -
YUV 143.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 229 79 251 0.09 0.69 0 0.02 292.33 0.96 0.65
Hex E5 4F FB 9 45 0 2 124 60 41
Octal 345 117 373 11 105 0 2 444 140 101
Binary 11100101 1001111 11111011 1001 1000101 0 10 100100100 1100000 1000001

Color Harmonies of #E54FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54FFB

Black with #E54FFB

Text Example


Text Example

White with #E54FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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