Html Css Color HEX #E754FA Pink Flamingo

📋 copy color: '#E754FA'

red 231 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #E754FA

Tints of Pink Flamingo #E754FA

RGB

 RED value IS 231 (90.63% from 255) = 40.88%

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

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

R = 40.88%
G = 14.87%
B = 44.25%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E754FA (or 0xE754FA) is known color: Pink Flamingo. HEX triplet: E7, 54 and FA. RGB value is (231,84,250). Sum of RGB (Red+Green+Blue) = 231+84+250=565 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.88% from 565); Green value is 84 (33.20% from 255 or 14.87% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #E754FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FA is #18AB05. Grayscale: #929292. Windows color (decimal): -1616646 or 16405735. OLE color: 16405735.

HSL color Cylindrical-coordinate representation of color #E754FA: hue angle of 293.13º 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 #E754FA is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 84 250 -
CMYK 0.08 0.66 0 0.02
HSL 293.13º 0.94% 0.65% -
HSV(B) 293.13º 0.66% 0.98% -
XYZ 53.38 30.23 93.46 -
YUV 146.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 231 84 250 0.08 0.66 0 0.02 293.13 0.94 0.65
Hex E7 54 FA 8 42 0 2 125 5E 41
Octal 347 124 372 10 102 0 2 445 136 101
Binary 11100111 1010100 11111010 1000 1000010 0 10 100100101 1011110 1000001

Color Harmonies of #E754FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FA

Black with #E754FA

Text Example


Text Example

White with #E754FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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