Html Css Color HEX #E754FF Pink Flamingo

📋 copy color: '#E754FF'

red 231 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #E754FF

Tints of Pink Flamingo #E754FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 40.53%
G = 14.74%
B = 44.74%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E754FF (or 0xE754FF) is known color: Pink Flamingo. HEX triplet: E7, 54 and FF. RGB value is (231,84,255). Sum of RGB (Red+Green+Blue) = 231+84+255=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 84 (33.20% from 255 or 14.74% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #E754FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FF is #18AB00. Grayscale: #929292. Windows color (decimal): -1616641 or 16733415. OLE color: 16733415.

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

Color convert

RGB 231 84 255 -
CMYK 0.09 0.67 0 0
HSL 291.58º 1% 0.66% -
HSV(B) 291.58º 0.67% 1% -
XYZ 54.18 30.55 97.65 -
YUV 147.45 188.7 187.6 -
System Red Green Blue C M Y K H S L
Decimal 231 84 255 0.09 0.67 0 0 291.58 1 0.66
Hex E7 54 FF 9 43 0 0 124 64 42
Octal 347 124 377 11 103 0 0 444 144 102
Binary 11100111 1010100 11111111 1001 1000011 0 0 100100100 1100100 1000010

Color Harmonies of #E754FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FF

Black with #E754FF

Text Example


Text Example

White with #E754FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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