Html Css Color HEX #E64CFE Pink Flamingo

📋 copy color: '#E64CFE'

red 230 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #E64CFE

Tints of Pink Flamingo #E64CFE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.57%

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 41.07%
G = 13.57%
B = 45.36%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E64CFE (or 0xE64CFE) is known color: Pink Flamingo. HEX triplet: E6, 4C and FE. RGB value is (230,76,254). Sum of RGB (Red+Green+Blue) = 230+76+254=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 76 (30.08% from 255 or 13.57% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #E64CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFE is #19B301. Grayscale: #8D8D8D. Windows color (decimal): -1684226 or 16665830. OLE color: 16665830.

HSL color Cylindrical-coordinate representation of color #E64CFE: hue angle of 291.91º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64CFE is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 76 254 -
CMYK 0.09 0.70 0 0.00
HSL 291.91º 0.99% 0.65% -
HSV(B) 291.91º 0.7% 1% -
XYZ 53.11 29.15 96.59 -
YUV 142.34 191.02 190.53 -
System Red Green Blue C M Y K H S L
Decimal 230 76 254 0.09 0.70 0 0.00 291.91 0.99 0.65
Hex E6 4C FE 9 46 0 0 124 63 41
Octal 346 114 376 11 106 0 0 444 143 101
Binary 11100110 1001100 11111110 1001 1000110 0 0 100100100 1100011 1000001

Color Harmonies of #E64CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CFE

Black with #E64CFE

Text Example


Text Example

White with #E64CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CFE; }

 p { color: rgb(230,76,254); }

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

background-color css

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

 a { background-color: rgb(230,76,254); }

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

border-color css

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

 span { border-color: rgb(230,76,254); }

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