Html Css Color HEX #E841FD Pink Flamingo

📋 copy color: '#E841FD'

red 232 ◦ green 65 ◦ blue 253

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

Shades of Pink Flamingo #E841FD

Tints of Pink Flamingo #E841FD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.82%

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

R = 42.18%
G = 11.82%
B = 46%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E841FD (or 0xE841FD) is known color: Pink Flamingo. HEX triplet: E8, 41 and FD. RGB value is (232,65,253). Sum of RGB (Red+Green+Blue) = 232+65+253=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 65 (25.78% from 255 or 11.82% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #E841FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E841FD is #17BE02. Grayscale: #878787. Windows color (decimal): -1555971 or 16597480. OLE color: 16597480.

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

Color convert

RGB 232 65 253 -
CMYK 0.08 0.74 0 0.01
HSL 293.3º 0.98% 0.62% -
HSV(B) 293.3º 0.74% 0.99% -
XYZ 52.9 28.03 95.55 -
YUV 136.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 232 65 253 0.08 0.74 0 0.01 293.3 0.98 0.62
Hex E8 41 FD 8 4A 0 1 125 62 3E
Octal 350 101 375 10 112 0 1 445 142 76
Binary 11101000 1000001 11111101 1000 1001010 0 1 100100101 1100010 111110

Color Harmonies of #E841FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E841FD

Black with #E841FD

Text Example


Text Example

White with #E841FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E841FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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