Html Css Color HEX #E64FFA Pink Flamingo

📋 copy color: '#E64FFA'

red 230 ◦ green 79 ◦ blue 250

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

Shades of Pink Flamingo #E64FFA

Tints of Pink Flamingo #E64FFA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.13%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 41.14%
G = 14.13%
B = 44.72%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E64FFA (or 0xE64FFA) is known color: Pink Flamingo. HEX triplet: E6, 4F and FA. RGB value is (230,79,250). Sum of RGB (Red+Green+Blue) = 230+79+250=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 79 (31.25% from 255 or 14.13% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #E64FFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64FFA is #19B005. Grayscale: #8F8F8F. Windows color (decimal): -1683462 or 16404454. OLE color: 16404454.

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

Color convert

RGB 230 79 250 -
CMYK 0.08 0.68 0 0.02
HSL 292.98º 0.94% 0.65% -
HSV(B) 292.98º 0.68% 0.98% -
XYZ 52.68 29.32 93.32 -
YUV 143.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 230 79 250 0.08 0.68 0 0.02 292.98 0.94 0.65
Hex E6 4F FA 8 44 0 2 125 5E 41
Octal 346 117 372 10 104 0 2 445 136 101
Binary 11100110 1001111 11111010 1000 1000100 0 10 100100101 1011110 1000001

Color Harmonies of #E64FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FFA

Black with #E64FFA

Text Example


Text Example

White with #E64FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FFA; }

 p { color: rgb(230,79,250); }

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

background-color css

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

 a { background-color: rgb(230,79,250); }

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

border-color css

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

 span { border-color: rgb(230,79,250); }

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