Html Css Color HEX #E64CF8 Pink Flamingo

📋 copy color: '#E64CF8'

red 230 ◦ green 76 ◦ blue 248

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

Shades of Pink Flamingo #E64CF8

Tints of Pink Flamingo #E64CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.77%

R = 41.52%
G = 13.72%
B = 44.77%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E64CF8 (or 0xE64CF8) is known color: Pink Flamingo. HEX triplet: E6, 4C and F8. RGB value is (230,76,248). Sum of RGB (Red+Green+Blue) = 230+76+248=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 76 (30.08% from 255 or 13.72% from 554); Blue value is 248 (97.27% from 255 or 44.77% from 554); Max value from RGB is 248 - color contains mainly: blue. Hex color #E64CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64CF8 is #19B307. Grayscale: #8D8D8D. Windows color (decimal): -1684232 or 16272614. OLE color: 16272614.

HSL color Cylindrical-coordinate representation of color #E64CF8: hue angle of 293.72º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E64CF8 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 76 248 -
CMYK 0.07 0.69 0 0.03
HSL 293.72º 0.92% 0.64% -
HSV(B) 293.72º 0.69% 0.97% -
XYZ 52.16 28.77 91.61 -
YUV 141.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 230 76 248 0.07 0.69 0 0.03 293.72 0.92 0.64
Hex E6 4C F8 7 45 0 3 126 5C 40
Octal 346 114 370 7 105 0 3 446 134 100
Binary 11100110 1001100 11111000 111 1000101 0 11 100100110 1011100 1000000

Color Harmonies of #E64CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64CF8

Black with #E64CF8

Text Example


Text Example

White with #E64CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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