Html Css Color HEX #E754FD Pink Flamingo

📋 copy color: '#E754FD'

red 231 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #E754FD

Tints of Pink Flamingo #E754FD

RGB

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

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

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

R = 40.67%
G = 14.79%
B = 44.54%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E754FD (or 0xE754FD) is known color: Pink Flamingo. HEX triplet: E7, 54 and FD. RGB value is (231,84,253). Sum of RGB (Red+Green+Blue) = 231+84+253=568 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.67% from 568); Green value is 84 (33.20% from 255 or 14.79% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #E754FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E754FD is #18AB02. Grayscale: #929292. Windows color (decimal): -1616643 or 16602343. OLE color: 16602343.

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

Color convert

RGB 231 84 253 -
CMYK 0.09 0.67 0 0.01
HSL 292.19º 0.98% 0.66% -
HSV(B) 292.19º 0.67% 0.99% -
XYZ 53.85 30.42 95.96 -
YUV 147.22 187.7 187.76 -
System Red Green Blue C M Y K H S L
Decimal 231 84 253 0.09 0.67 0 0.01 292.19 0.98 0.66
Hex E7 54 FD 9 43 0 1 124 62 42
Octal 347 124 375 11 103 0 1 444 142 102
Binary 11100111 1010100 11111101 1001 1000011 0 1 100100100 1100010 1000010

Color Harmonies of #E754FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E754FD

Black with #E754FD

Text Example


Text Example

White with #E754FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E754FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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