Html Css Color HEX #E756FC Pink Flamingo

📋 copy color: '#E756FC'

red 231 ◦ green 86 ◦ blue 252

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

Shades of Pink Flamingo #E756FC

Tints of Pink Flamingo #E756FC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.11%

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

R = 40.6%
G = 15.11%
B = 44.29%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E756FC (or 0xE756FC) is known color: Pink Flamingo. HEX triplet: E7, 56 and FC. RGB value is (231,86,252). Sum of RGB (Red+Green+Blue) = 231+86+252=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 86 (33.98% from 255 or 15.11% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #E756FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E756FC is #18A903. Grayscale: #939393. Windows color (decimal): -1616132 or 16537319. OLE color: 16537319.

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

Color convert

RGB 231 86 252 -
CMYK 0.08 0.66 0 0.01
HSL 292.41º 0.97% 0.66% -
HSV(B) 292.41º 0.66% 0.99% -
XYZ 53.85 30.67 95.18 -
YUV 148.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 231 86 252 0.08 0.66 0 0.01 292.41 0.97 0.66
Hex E7 56 FC 8 42 0 1 124 61 42
Octal 347 126 374 10 102 0 1 444 141 102
Binary 11100111 1010110 11111100 1000 1000010 0 1 100100100 1100001 1000010

Color Harmonies of #E756FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E756FC

Black with #E756FC

Text Example


Text Example

White with #E756FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E756FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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