Html Css Color HEX #E64FFD Pink Flamingo

📋 copy color: '#E64FFD'

red 230 ◦ green 79 ◦ blue 253

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

Shades of Pink Flamingo #E64FFD

Tints of Pink Flamingo #E64FFD

RGB

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

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

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

R = 40.93%
G = 14.06%
B = 45.02%

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

#E64FFD (or 0xE64FFD) is known color: Pink Flamingo. HEX triplet: E6, 4F and FD. RGB value is (230,79,253). Sum of RGB (Red+Green+Blue) = 230+79+253=562 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.93% from 562); Green value is 79 (31.25% from 255 or 14.06% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #E64FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E64FFD is #19B002. Grayscale: #8F8F8F. Windows color (decimal): -1683459 or 16601062. OLE color: 16601062.

HSL color Cylindrical-coordinate representation of color #E64FFD: hue angle of 292.07º 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 #E64FFD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 79 253 -
CMYK 0.09 0.69 0 0.01
HSL 292.07º 0.98% 0.65% -
HSV(B) 292.07º 0.69% 0.99% -
XYZ 53.16 29.51 95.82 -
YUV 143.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 230 79 253 0.09 0.69 0 0.01 292.07 0.98 0.65
Hex E6 4F FD 9 45 0 1 124 62 41
Octal 346 117 375 11 105 0 1 444 142 101
Binary 11100110 1001111 11111101 1001 1000101 0 1 100100100 1100010 1000001

Color Harmonies of #E64FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64FFD

Black with #E64FFD

Text Example


Text Example

White with #E64FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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