Html Css Color HEX #E842F9 Pink Flamingo

📋 copy color: '#E842F9'

red 232 ◦ green 66 ◦ blue 249

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

Shades of Pink Flamingo #E842F9

Tints of Pink Flamingo #E842F9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.07%

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 42.41%
G = 12.07%
B = 45.52%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E842F9 (or 0xE842F9) is known color: Pink Flamingo. HEX triplet: E8, 42 and F9. RGB value is (232,66,249). Sum of RGB (Red+Green+Blue) = 232+66+249=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #E842F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E842F9 is #17BD06. Grayscale: #878787. Windows color (decimal): -1555719 or 16335592. OLE color: 16335592.

HSL color Cylindrical-coordinate representation of color #E842F9: hue angle of 294.43º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E842F9 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 232 66 249 -
CMYK 0.07 0.73 0 0.02
HSL 294.43º 0.94% 0.62% -
HSV(B) 294.43º 0.73% 0.98% -
XYZ 52.33 27.89 92.25 -
YUV 136.5 191.5 196.12 -
System Red Green Blue C M Y K H S L
Decimal 232 66 249 0.07 0.73 0 0.02 294.43 0.94 0.62
Hex E8 42 F9 7 49 0 2 126 5E 3E
Octal 350 102 371 7 111 0 2 446 136 76
Binary 11101000 1000010 11111001 111 1001001 0 10 100100110 1011110 111110

Color Harmonies of #E842F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E842F9

Black with #E842F9

Text Example


Text Example

White with #E842F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E842F9; }

 p { color: rgb(232,66,249); }

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

background-color css

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

 a { background-color: rgb(232,66,249); }

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

border-color css

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

 span { border-color: rgb(232,66,249); }

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