Html Css Color HEX #E64EF8 Pink Flamingo

📋 copy color: '#E64EF8'

red 230 ◦ green 78 ◦ blue 248

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

Shades of Pink Flamingo #E64EF8

Tints of Pink Flamingo #E64EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.6%

R = 41.37%
G = 14.03%
B = 44.6%

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

#E64EF8 (or 0xE64EF8) is known color: Pink Flamingo. HEX triplet: E6, 4E and F8. RGB value is (230,78,248). Sum of RGB (Red+Green+Blue) = 230+78+248=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 78 (30.86% from 255 or 14.03% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #E64EF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EF8 is #19B107. Grayscale: #8E8E8E. Windows color (decimal): -1683720 or 16273126. OLE color: 16273126.

HSL color Cylindrical-coordinate representation of color #E64EF8: hue angle of 293.65º degrees, saturation: 0.92, 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 #E64EF8 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 78 248 -
CMYK 0.07 0.69 0 0.03
HSL 293.65º 0.92% 0.64% -
HSV(B) 293.65º 0.69% 0.97% -
XYZ 52.3 29.05 91.66 -
YUV 142.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 230 78 248 0.07 0.69 0 0.03 293.65 0.92 0.64
Hex E6 4E F8 7 45 0 3 126 5C 40
Octal 346 116 370 7 105 0 3 446 134 100
Binary 11100110 1001110 11111000 111 1000101 0 11 100100110 1011100 1000000

Color Harmonies of #E64EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EF8

Black with #E64EF8

Text Example


Text Example

White with #E64EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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