Html Css Color HEX #E64CFB Pink Flamingo

📋 copy color: '#E64CFB'

red 230 ◦ green 76 ◦ blue 251

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

Shades of Pink Flamingo #E64CFB

Tints of Pink Flamingo #E64CFB

RGB

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

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

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

R = 41.29%
G = 13.64%
B = 45.06%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E64CFB (or 0xE64CFB) is known color: Pink Flamingo. HEX triplet: E6, 4C and FB. RGB value is (230,76,251). Sum of RGB (Red+Green+Blue) = 230+76+251=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 76 (30.08% from 255 or 13.64% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #E64CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CFB is #19B304. Grayscale: #8D8D8D. Windows color (decimal): -1684229 or 16469222. OLE color: 16469222.

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

Color convert

RGB 230 76 251 -
CMYK 0.08 0.70 0 0.02
HSL 292.8º 0.96% 0.64% -
HSV(B) 292.8º 0.7% 0.98% -
XYZ 52.63 28.96 94.08 -
YUV 142 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 230 76 251 0.08 0.70 0 0.02 292.8 0.96 0.64
Hex E6 4C FB 8 46 0 2 125 60 40
Octal 346 114 373 10 106 0 2 445 140 100
Binary 11100110 1001100 11111011 1000 1000110 0 10 100100101 1100000 1000000

Color Harmonies of #E64CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CFB

Black with #E64CFB

Text Example


Text Example

White with #E64CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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