Html Css Color HEX #E84BFF Pink Flamingo

📋 copy color: '#E84BFF'

red 232 ◦ green 75 ◦ blue 255

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

Shades of Pink Flamingo #E84BFF

Tints of Pink Flamingo #E84BFF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 13.35%

 BLUE value IS 255 (100% from 255) = 45.37%

R = 41.28%
G = 13.35%
B = 45.37%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E84BFF (or 0xE84BFF) is known color: Pink Flamingo. HEX triplet: E8, 4B and FF. RGB value is (232,75,255). Sum of RGB (Red+Green+Blue) = 232+75+255=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 75 (29.69% from 255 or 13.35% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #E84BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E84BFF is #17B400. Grayscale: #8D8D8D. Windows color (decimal): -1553409 or 16731112. OLE color: 16731112.

HSL color Cylindrical-coordinate representation of color #E84BFF: hue angle of 292.33º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E84BFF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 232 75 255 -
CMYK 0.09 0.71 0 0
HSL 292.33º 1% 0.65% -
HSV(B) 292.33º 0.71% 1% -
XYZ 53.84 29.41 97.45 -
YUV 142.46 191.51 191.86 -
System Red Green Blue C M Y K H S L
Decimal 232 75 255 0.09 0.71 0 0 292.33 1 0.65
Hex E8 4B FF 9 47 0 0 124 64 41
Octal 350 113 377 11 107 0 0 444 144 101
Binary 11101000 1001011 11111111 1001 1000111 0 0 100100100 1100100 1000001

Color Harmonies of #E84BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84BFF

Black with #E84BFF

Text Example


Text Example

White with #E84BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84BFF; }

 p { color: rgb(232,75,255); }

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

background-color css

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

 a { background-color: rgb(232,75,255); }

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

border-color css

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

 span { border-color: rgb(232,75,255); }

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