Html Css Color HEX #E64EFD Pink Flamingo

📋 copy color: '#E64EFD'

red 230 ◦ green 78 ◦ blue 253

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

Shades of Pink Flamingo #E64EFD

Tints of Pink Flamingo #E64EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 41%
G = 13.9%
B = 45.1%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E64EFD (or 0xE64EFD) is known color: Pink Flamingo. HEX triplet: E6, 4E and FD. RGB value is (230,78,253). Sum of RGB (Red+Green+Blue) = 230+78+253=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #E64EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64EFD is #19B102. Grayscale: #8E8E8E. Windows color (decimal): -1683715 or 16600806. OLE color: 16600806.

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

Color convert

RGB 230 78 253 -
CMYK 0.09 0.69 0 0.01
HSL 292.11º 0.98% 0.65% -
HSV(B) 292.11º 0.69% 0.99% -
XYZ 53.09 29.36 95.8 -
YUV 143.4 189.86 189.77 -
System Red Green Blue C M Y K H S L
Decimal 230 78 253 0.09 0.69 0 0.01 292.11 0.98 0.65
Hex E6 4E FD 9 45 0 1 124 62 41
Octal 346 116 375 11 105 0 1 444 142 101
Binary 11100110 1001110 11111101 1001 1000101 0 1 100100100 1100010 1000001

Color Harmonies of #E64EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64EFD

Black with #E64EFD

Text Example


Text Example

White with #E64EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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