Html Css Color HEX #E754FE Pink Flamingo

📋 copy color: '#E754FE'

red 231 ◦ green 84 ◦ blue 254

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

Shades of Pink Flamingo #E754FE

Tints of Pink Flamingo #E754FE

RGB

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

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

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

R = 40.6%
G = 14.76%
B = 44.64%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E754FE (or 0xE754FE) is known color: Pink Flamingo. HEX triplet: E7, 54 and FE. RGB value is (231,84,254). Sum of RGB (Red+Green+Blue) = 231+84+254=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #E754FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FE is #18AB01. Grayscale: #929292. Windows color (decimal): -1616642 or 16667879. OLE color: 16667879.

HSL color Cylindrical-coordinate representation of color #E754FE: hue angle of 291.88º 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 #E754FE is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 84 254 -
CMYK 0.09 0.67 0 0.00
HSL 291.88º 0.99% 0.66% -
HSV(B) 291.88º 0.67% 1% -
XYZ 54.01 30.49 96.8 -
YUV 147.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 231 84 254 0.09 0.67 0 0.00 291.88 0.99 0.66
Hex E7 54 FE 9 43 0 0 124 63 42
Octal 347 124 376 11 103 0 0 444 143 102
Binary 11100111 1010100 11111110 1001 1000011 0 0 100100100 1100011 1000010

Color Harmonies of #E754FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FE

Black with #E754FE

Text Example


Text Example

White with #E754FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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