Html Css Color HEX #E954FA Pink Flamingo

📋 copy color: '#E954FA'

red 233 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #E954FA

Tints of Pink Flamingo #E954FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.09%

R = 41.09%
G = 14.81%
B = 44.09%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E954FA (or 0xE954FA) is known color: Pink Flamingo. HEX triplet: E9, 54 and FA. RGB value is (233,84,250). Sum of RGB (Red+Green+Blue) = 233+84+250=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #E954FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E954FA is #16AB05. Grayscale: #929292. Windows color (decimal): -1485574 or 16405737. OLE color: 16405737.

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

Color convert

RGB 233 84 250 -
CMYK 0.07 0.66 0 0.02
HSL 293.86º 0.94% 0.65% -
HSV(B) 293.86º 0.66% 0.98% -
XYZ 54.03 30.57 93.49 -
YUV 147.48 185.86 189 -
System Red Green Blue C M Y K H S L
Decimal 233 84 250 0.07 0.66 0 0.02 293.86 0.94 0.65
Hex E9 54 FA 7 42 0 2 126 5E 41
Octal 351 124 372 7 102 0 2 446 136 101
Binary 11101001 1010100 11111010 111 1000010 0 10 100100110 1011110 1000001

Color Harmonies of #E954FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E954FA

Black with #E954FA

Text Example


Text Example

White with #E954FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E954FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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