Html Css Color HEX #E754FC Pink Flamingo

📋 copy color: '#E754FC'

red 231 ◦ green 84 ◦ blue 252

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

Shades of Pink Flamingo #E754FC

Tints of Pink Flamingo #E754FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 40.74%
G = 14.81%
B = 44.44%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E754FC (or 0xE754FC) is known color: Pink Flamingo. HEX triplet: E7, 54 and FC. RGB value is (231,84,252). Sum of RGB (Red+Green+Blue) = 231+84+252=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #E754FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FC is #18AB03. Grayscale: #929292. Windows color (decimal): -1616644 or 16536807. OLE color: 16536807.

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

Color convert

RGB 231 84 252 -
CMYK 0.08 0.67 0 0.01
HSL 292.5º 0.97% 0.66% -
HSV(B) 292.5º 0.67% 0.99% -
XYZ 53.7 30.36 95.13 -
YUV 147.11 187.2 187.84 -
System Red Green Blue C M Y K H S L
Decimal 231 84 252 0.08 0.67 0 0.01 292.5 0.97 0.66
Hex E7 54 FC 8 43 0 1 124 61 42
Octal 347 124 374 10 103 0 1 444 141 102
Binary 11100111 1010100 11111100 1000 1000011 0 1 100100100 1100001 1000010

Color Harmonies of #E754FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FC

Black with #E754FC

Text Example


Text Example

White with #E754FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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