Html Css Color HEX #E854FD Pink Flamingo

📋 copy color: '#E854FD'

red 232 ◦ green 84 ◦ blue 253

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

Shades of Pink Flamingo #E854FD

Tints of Pink Flamingo #E854FD

RGB

 RED value IS 232 (91.02% from 255) = 40.77%

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

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

R = 40.77%
G = 14.76%
B = 44.46%

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

#E854FD (or 0xE854FD) is known color: Pink Flamingo. HEX triplet: E8, 54 and FD. RGB value is (232,84,253). Sum of RGB (Red+Green+Blue) = 232+84+253=569 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.77% from 569); Green value is 84 (33.20% from 255 or 14.76% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #E854FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E854FD is #17AB02. Grayscale: #929292. Windows color (decimal): -1551107 or 16602344. OLE color: 16602344.

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

Color convert

RGB 232 84 253 -
CMYK 0.08 0.67 0 0.01
HSL 292.54º 0.98% 0.66% -
HSV(B) 292.54º 0.67% 0.99% -
XYZ 54.18 30.59 95.98 -
YUV 147.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 232 84 253 0.08 0.67 0 0.01 292.54 0.98 0.66
Hex E8 54 FD 8 43 0 1 125 62 42
Octal 350 124 375 10 103 0 1 445 142 102
Binary 11101000 1010100 11111101 1000 1000011 0 1 100100101 1100010 1000010

Color Harmonies of #E854FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E854FD

Black with #E854FD

Text Example


Text Example

White with #E854FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E854FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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