Html Css Color HEX #E54CFB Pink Flamingo

📋 copy color: '#E54CFB'

red 229 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #E54CFB

Tints of Pink Flamingo #E54CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.67%

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

R = 41.19%
G = 13.67%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E54CFB (or 0xE54CFB) is known color: Pink Flamingo. HEX triplet: E5, 4C and FB. RGB value is (229,76,251). Sum of RGB (Red+Green+Blue) = 229+76+251=556 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.19% from 556); Green value is 76 (30.08% from 255 or 13.67% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #E54CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54CFB is #1AB304. Grayscale: #8D8D8D. Windows color (decimal): -1749765 or 16469221. OLE color: 16469221.

HSL color Cylindrical-coordinate representation of color #E54CFB: hue angle of 292.46º degrees, saturation: 0.96, 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 #E54CFB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 229 76 251 -
CMYK 0.09 0.70 0 0.02
HSL 292.46º 0.96% 0.64% -
HSV(B) 292.46º 0.7% 0.98% -
XYZ 52.31 28.79 94.07 -
YUV 141.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 229 76 251 0.09 0.70 0 0.02 292.46 0.96 0.64
Hex E5 4C FB 9 46 0 2 124 60 40
Octal 345 114 373 11 106 0 2 444 140 100
Binary 11100101 1001100 11111011 1001 1000110 0 10 100100100 1100000 1000000

Color Harmonies of #E54CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54CFB

Black with #E54CFB

Text Example


Text Example

White with #E54CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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