Html Css Color HEX #E749FF Pink Flamingo

📋 copy color: '#E749FF'

red 231 ◦ green 73 ◦ blue 255

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

Shades of Pink Flamingo #E749FF

Tints of Pink Flamingo #E749FF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.06%

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

R = 41.32%
G = 13.06%
B = 45.62%

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

#E749FF (or 0xE749FF) is known color: Pink Flamingo. HEX triplet: E7, 49 and FF. RGB value is (231,73,255). Sum of RGB (Red+Green+Blue) = 231+73+255=559 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.32% from 559); Green value is 73 (28.91% from 255 or 13.06% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #E749FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E749FF is #18B600. Grayscale: #8C8C8C. Windows color (decimal): -1619457 or 16730599. OLE color: 16730599.

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

Color convert

RGB 231 73 255 -
CMYK 0.09 0.71 0 0
HSL 292.09º 1% 0.64% -
HSV(B) 292.09º 0.71% 1% -
XYZ 53.39 28.97 97.39 -
YUV 140.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 231 73 255 0.09 0.71 0 0 292.09 1 0.64
Hex E7 49 FF 9 47 0 0 124 64 40
Octal 347 111 377 11 107 0 0 444 144 100
Binary 11100111 1001001 11111111 1001 1000111 0 0 100100100 1100100 1000000

Color Harmonies of #E749FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E749FF

Black with #E749FF

Text Example


Text Example

White with #E749FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E749FF; }

 p { color: rgb(231,73,255); }

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

background-color css

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

 a { background-color: rgb(231,73,255); }

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

border-color css

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

 span { border-color: rgb(231,73,255); }

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