Html Css Color HEX #E954FE Pink Flamingo

📋 copy color: '#E954FE'

red 233 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #E954FE

Tints of Pink Flamingo #E954FE

RGB

 RED value IS 233 (91.41% from 255) = 40.81%

 GREEN value IS 84 (33.2% from 255) = 14.71%

 BLUE value IS 254 (99.61% from 255) = 44.48%

R = 40.81%
G = 14.71%
B = 44.48%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E954FE (or 0xE954FE) is known color: Pink Flamingo. HEX triplet: E9, 54 and FE. RGB value is (233,84,254). Sum of RGB (Red+Green+Blue) = 233+84+254=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 84 (33.20% from 255 or 14.71% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #E954FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954FE is #16AB01. Grayscale: #939393. Windows color (decimal): -1485570 or 16667881. OLE color: 16667881.

HSL color Cylindrical-coordinate representation of color #E954FE: hue angle of 292.59º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E954FE is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 233 84 254 -
CMYK 0.08 0.67 0 0.00
HSL 292.59º 0.99% 0.66% -
HSV(B) 292.59º 0.67% 1% -
XYZ 54.66 30.82 96.83 -
YUV 147.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 233 84 254 0.08 0.67 0 0.00 292.59 0.99 0.66
Hex E9 54 FE 8 43 0 0 125 63 42
Octal 351 124 376 10 103 0 0 445 143 102
Binary 11101001 1010100 11111110 1000 1000011 0 0 100100101 1100011 1000010

Color Harmonies of #E954FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E954FE

Black with #E954FE

Text Example


Text Example

White with #E954FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E954FE; }

 p { color: rgb(233,84,254); }

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

background-color css

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

 a { background-color: rgb(233,84,254); }

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

border-color css

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

 span { border-color: rgb(233,84,254); }

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