Html Css Color HEX #E954FB Pink Flamingo

📋 copy color: '#E954FB'

red 233 ◦ green 84 ◦ blue 251

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

Shades of Pink Flamingo #E954FB

Tints of Pink Flamingo #E954FB

RGB

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

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

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

R = 41.02%
G = 14.79%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E954FB (or 0xE954FB) is known color: Pink Flamingo. HEX triplet: E9, 54 and FB. RGB value is (233,84,251). Sum of RGB (Red+Green+Blue) = 233+84+251=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #E954FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954FB is #16AB04. Grayscale: #939393. Windows color (decimal): -1485573 or 16471273. OLE color: 16471273.

HSL color Cylindrical-coordinate representation of color #E954FB: hue angle of 293.53º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E954FB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 233 84 251 -
CMYK 0.07 0.67 0 0.02
HSL 293.53º 0.95% 0.66% -
HSV(B) 293.53º 0.67% 0.98% -
XYZ 54.19 30.63 94.32 -
YUV 147.59 186.36 188.92 -
System Red Green Blue C M Y K H S L
Decimal 233 84 251 0.07 0.67 0 0.02 293.53 0.95 0.66
Hex E9 54 FB 7 43 0 2 126 5F 42
Octal 351 124 373 7 103 0 2 446 137 102
Binary 11101001 1010100 11111011 111 1000011 0 10 100100110 1011111 1000010

Color Harmonies of #E954FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E954FB

Black with #E954FB

Text Example


Text Example

White with #E954FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E954FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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