Html Css Color HEX #E54DFC Pink Flamingo

📋 copy color: '#E54DFC'

red 229 ◦ green 77 ◦ blue 252

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

Shades of Pink Flamingo #E54DFC

Tints of Pink Flamingo #E54DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.8%

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 41.04%
G = 13.8%
B = 45.16%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E54DFC (or 0xE54DFC) is known color: Pink Flamingo. HEX triplet: E5, 4D and FC. RGB value is (229,77,252). Sum of RGB (Red+Green+Blue) = 229+77+252=558 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.04% from 558); Green value is 77 (30.47% from 255 or 13.80% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #E54DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E54DFC is #1AB203. Grayscale: #8D8D8D. Windows color (decimal): -1749508 or 16535013. OLE color: 16535013.

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

Color convert

RGB 229 77 252 -
CMYK 0.09 0.69 0 0.01
HSL 292.11º 0.97% 0.65% -
HSV(B) 292.11º 0.69% 0.99% -
XYZ 52.54 28.99 94.92 -
YUV 142.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 229 77 252 0.09 0.69 0 0.01 292.11 0.97 0.65
Hex E5 4D FC 9 45 0 1 124 61 41
Octal 345 115 374 11 105 0 1 444 141 101
Binary 11100101 1001101 11111100 1001 1000101 0 1 100100100 1100001 1000001

Color Harmonies of #E54DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54DFC

Black with #E54DFC

Text Example


Text Example

White with #E54DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54DFC; }

 p { color: rgb(229,77,252); }

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

background-color css

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

 a { background-color: rgb(229,77,252); }

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

border-color css

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

 span { border-color: rgb(229,77,252); }

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