Html Css Color HEX #E64CFC Pink Flamingo

📋 copy color: '#E64CFC'

red 230 ◦ green 76 ◦ blue 252

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

Shades of Pink Flamingo #E64CFC

Tints of Pink Flamingo #E64CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 41.22%
G = 13.62%
B = 45.16%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E64CFC (or 0xE64CFC) is known color: Pink Flamingo. HEX triplet: E6, 4C and FC. RGB value is (230,76,252). Sum of RGB (Red+Green+Blue) = 230+76+252=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 76 (30.08% from 255 or 13.62% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #E64CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFC is #19B303. Grayscale: #8D8D8D. Windows color (decimal): -1684228 or 16534758. OLE color: 16534758.

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

Color convert

RGB 230 76 252 -
CMYK 0.09 0.70 0 0.01
HSL 292.5º 0.97% 0.64% -
HSV(B) 292.5º 0.7% 0.99% -
XYZ 52.79 29.02 94.91 -
YUV 142.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 230 76 252 0.09 0.70 0 0.01 292.5 0.97 0.64
Hex E6 4C FC 9 46 0 1 124 61 40
Octal 346 114 374 11 106 0 1 444 141 100
Binary 11100110 1001100 11111100 1001 1000110 0 1 100100100 1100001 1000000

Color Harmonies of #E64CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CFC

Black with #E64CFC

Text Example


Text Example

White with #E64CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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