Html Css Color HEX #E64EF9 Pink Flamingo

📋 copy color: '#E64EF9'

red 230 ◦ green 78 ◦ blue 249

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

Shades of Pink Flamingo #E64EF9

Tints of Pink Flamingo #E64EF9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14%

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

R = 41.29%
G = 14%
B = 44.7%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E64EF9 (or 0xE64EF9) is known color: Pink Flamingo. HEX triplet: E6, 4E and F9. RGB value is (230,78,249). Sum of RGB (Red+Green+Blue) = 230+78+249=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 78 (30.86% from 255 or 14.00% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #E64EF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EF9 is #19B106. Grayscale: #8E8E8E. Windows color (decimal): -1683719 or 16338662. OLE color: 16338662.

HSL color Cylindrical-coordinate representation of color #E64EF9: hue angle of 293.33º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64EF9 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 78 249 -
CMYK 0.08 0.69 0 0.02
HSL 293.33º 0.93% 0.64% -
HSV(B) 293.33º 0.69% 0.98% -
XYZ 52.46 29.11 92.48 -
YUV 142.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 230 78 249 0.08 0.69 0 0.02 293.33 0.93 0.64
Hex E6 4E F9 8 45 0 2 125 5D 40
Octal 346 116 371 10 105 0 2 445 135 100
Binary 11100110 1001110 11111001 1000 1000101 0 10 100100101 1011101 1000000

Color Harmonies of #E64EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EF9

Black with #E64EF9

Text Example


Text Example

White with #E64EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EF9; }

 p { color: rgb(230,78,249); }

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

background-color css

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

 a { background-color: rgb(230,78,249); }

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

border-color css

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

 span { border-color: rgb(230,78,249); }

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