Html Css Color HEX #E248FC Pink Flamingo

📋 copy color: '#E248FC'

red 226 ◦ green 72 ◦ blue 252

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

Shades of Pink Flamingo #E248FC

Tints of Pink Flamingo #E248FC

RGB

 RED value IS 226 (88.67% from 255) = 41.09%

 GREEN value IS 72 (28.52% from 255) = 13.09%

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

R = 41.09%
G = 13.09%
B = 45.82%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E248FC (or 0xE248FC) is known color: Pink Flamingo. HEX triplet: E2, 48 and FC. RGB value is (226,72,252). Sum of RGB (Red+Green+Blue) = 226+72+252=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 72 (28.52% from 255 or 13.09% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #E248FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E248FC is #1DB703. Grayscale: #8A8A8A. Windows color (decimal): -1947396 or 16533730. OLE color: 16533730.

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

Color convert

RGB 226 72 252 -
CMYK 0.10 0.71 0 0.01
HSL 291.33º 0.97% 0.64% -
HSV(B) 291.33º 0.71% 0.99% -
XYZ 51.25 27.83 94.77 -
YUV 138.57 192.02 190.36 -
System Red Green Blue C M Y K H S L
Decimal 226 72 252 0.10 0.71 0 0.01 291.33 0.97 0.64
Hex E2 48 FC A 47 0 1 123 61 40
Octal 342 110 374 12 107 0 1 443 141 100
Binary 11100010 1001000 11111100 1010 1000111 0 1 100100011 1100001 1000000

Color Harmonies of #E248FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E248FC

Black with #E248FC

Text Example


Text Example

White with #E248FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E248FC; }

 p { color: rgb(226,72,252); }

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

background-color css

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

 a { background-color: rgb(226,72,252); }

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

border-color css

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

 span { border-color: rgb(226,72,252); }

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