Html Css Color HEX #E64AF8 Pink Flamingo

📋 copy color: '#E64AF8'

red 230 ◦ green 74 ◦ blue 248

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

Shades of Pink Flamingo #E64AF8

Tints of Pink Flamingo #E64AF8

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.41%

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

R = 41.67%
G = 13.41%
B = 44.93%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E64AF8 (or 0xE64AF8) is known color: Pink Flamingo. HEX triplet: E6, 4A and F8. RGB value is (230,74,248). Sum of RGB (Red+Green+Blue) = 230+74+248=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 74 (29.30% from 255 or 13.41% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #E64AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E64AF8 is #19B507. Grayscale: #8B8B8B. Windows color (decimal): -1684744 or 16272102. OLE color: 16272102.

HSL color Cylindrical-coordinate representation of color #E64AF8: hue angle of 293.79º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E64AF8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 230 74 248 -
CMYK 0.07 0.70 0 0.03
HSL 293.79º 0.93% 0.63% -
HSV(B) 293.79º 0.7% 0.97% -
XYZ 52.03 28.5 91.57 -
YUV 140.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 230 74 248 0.07 0.70 0 0.03 293.79 0.93 0.63
Hex E6 4A F8 7 46 0 3 126 5D 3F
Octal 346 112 370 7 106 0 3 446 135 77
Binary 11100110 1001010 11111000 111 1000110 0 11 100100110 1011101 111111

Color Harmonies of #E64AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64AF8

Black with #E64AF8

Text Example


Text Example

White with #E64AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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