Html Css Color HEX #E756FD Pink Flamingo

📋 copy color: '#E756FD'

red 231 ◦ green 86 ◦ blue 253

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

Shades of Pink Flamingo #E756FD

Tints of Pink Flamingo #E756FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.39%

R = 40.53%
G = 15.09%
B = 44.39%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E756FD (or 0xE756FD) is known color: Pink Flamingo. HEX triplet: E7, 56 and FD. RGB value is (231,86,253). Sum of RGB (Red+Green+Blue) = 231+86+253=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 86 (33.98% from 255 or 15.09% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #E756FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E756FD is #18A902. Grayscale: #939393. Windows color (decimal): -1616131 or 16602855. OLE color: 16602855.

HSL color Cylindrical-coordinate representation of color #E756FD: hue angle of 292.1º degrees, saturation: 0.98, 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 #E756FD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 86 253 -
CMYK 0.09 0.66 0 0.01
HSL 292.1º 0.98% 0.66% -
HSV(B) 292.1º 0.66% 0.99% -
XYZ 54.01 30.74 96.01 -
YUV 148.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 231 86 253 0.09 0.66 0 0.01 292.1 0.98 0.66
Hex E7 56 FD 9 42 0 1 124 62 42
Octal 347 126 375 11 102 0 1 444 142 102
Binary 11100111 1010110 11111101 1001 1000010 0 1 100100100 1100010 1000010

Color Harmonies of #E756FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E756FD

Black with #E756FD

Text Example


Text Example

White with #E756FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E756FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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