Html Css Color HEX #E64DF7 Pink Flamingo

📋 copy color: '#E64DF7'

red 230 ◦ green 77 ◦ blue 247

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

Shades of Pink Flamingo #E64DF7

Tints of Pink Flamingo #E64DF7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 13.9%

 BLUE value IS 247 (96.88% from 255) = 44.58%

R = 41.52%
G = 13.9%
B = 44.58%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E64DF7 (or 0xE64DF7) is known color: Pink Flamingo. HEX triplet: E6, 4D and F7. RGB value is (230,77,247). Sum of RGB (Red+Green+Blue) = 230+77+247=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 77 (30.47% from 255 or 13.90% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #E64DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64DF7 is #19B208. Grayscale: #8D8D8D. Windows color (decimal): -1683977 or 16207334. OLE color: 16207334.

HSL color Cylindrical-coordinate representation of color #E64DF7: hue angle of 294º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64DF7 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 77 247 -
CMYK 0.07 0.69 0 0.03
HSL 294º 0.91% 0.64% -
HSV(B) 294º 0.69% 0.97% -
XYZ 52.08 28.85 90.82 -
YUV 142.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 230 77 247 0.07 0.69 0 0.03 294 0.91 0.64
Hex E6 4D F7 7 45 0 3 126 5B 40
Octal 346 115 367 7 105 0 3 446 133 100
Binary 11100110 1001101 11110111 111 1000101 0 11 100100110 1011011 1000000

Color Harmonies of #E64DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64DF7

Black with #E64DF7

Text Example


Text Example

White with #E64DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64DF7; }

 p { color: rgb(230,77,247); }

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

background-color css

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

 a { background-color: rgb(230,77,247); }

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

border-color css

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

 span { border-color: rgb(230,77,247); }

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