Html Css Color HEX #E649FC Pink Flamingo

📋 copy color: '#E649FC'

red 230 ◦ green 73 ◦ blue 252

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

Shades of Pink Flamingo #E649FC

Tints of Pink Flamingo #E649FC

RGB

 RED value IS 230 (90.23% from 255) = 41.44%

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

 BLUE value IS 252 (98.83% from 255) = 45.41%

R = 41.44%
G = 13.15%
B = 45.41%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E649FC (or 0xE649FC) is known color: Pink Flamingo. HEX triplet: E6, 49 and FC. RGB value is (230,73,252). Sum of RGB (Red+Green+Blue) = 230+73+252=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 73 (28.91% from 255 or 13.15% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #E649FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E649FC is #19B603. Grayscale: #8B8B8B. Windows color (decimal): -1684996 or 16533990. OLE color: 16533990.

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

Color convert

RGB 230 73 252 -
CMYK 0.09 0.71 0 0.01
HSL 292.63º 0.97% 0.64% -
HSV(B) 292.63º 0.71% 0.99% -
XYZ 52.59 28.62 94.85 -
YUV 140.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 230 73 252 0.09 0.71 0 0.01 292.63 0.97 0.64
Hex E6 49 FC 9 47 0 1 125 61 40
Octal 346 111 374 11 107 0 1 445 141 100
Binary 11100110 1001001 11111100 1001 1000111 0 1 100100101 1100001 1000000

Color Harmonies of #E649FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E649FC

Black with #E649FC

Text Example


Text Example

White with #E649FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E649FC; }

 p { color: rgb(230,73,252); }

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

background-color css

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

 a { background-color: rgb(230,73,252); }

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

border-color css

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

 span { border-color: rgb(230,73,252); }

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