Html Css Color HEX #E64EFB Pink Flamingo

📋 copy color: '#E64EFB'

red 230 ◦ green 78 ◦ blue 251

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

Shades of Pink Flamingo #E64EFB

Tints of Pink Flamingo #E64EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 41.14%
G = 13.95%
B = 44.9%

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

#E64EFB (or 0xE64EFB) is known color: Pink Flamingo. HEX triplet: E6, 4E and FB. RGB value is (230,78,251). Sum of RGB (Red+Green+Blue) = 230+78+251=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 78 (30.86% from 255 or 13.95% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #E64EFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EFB is #19B104. Grayscale: #8E8E8E. Windows color (decimal): -1683717 or 16469734. OLE color: 16469734.

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

Color convert

RGB 230 78 251 -
CMYK 0.08 0.69 0 0.02
HSL 292.72º 0.96% 0.65% -
HSV(B) 292.72º 0.69% 0.98% -
XYZ 52.77 29.24 94.13 -
YUV 143.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 230 78 251 0.08 0.69 0 0.02 292.72 0.96 0.65
Hex E6 4E FB 8 45 0 2 125 60 41
Octal 346 116 373 10 105 0 2 445 140 101
Binary 11100110 1001110 11111011 1000 1000101 0 10 100100101 1100000 1000001

Color Harmonies of #E64EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EFB

Black with #E64EFB

Text Example


Text Example

White with #E64EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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