Html Css Color HEX #EE49FA Pink Flamingo

📋 copy color: '#EE49FA'

red 238 ◦ green 73 ◦ blue 250

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

Shades of Pink Flamingo #EE49FA

Tints of Pink Flamingo #EE49FA

RGB

 RED value IS 238 (93.36% from 255) = 42.42%

 GREEN value IS 73 (28.91% from 255) = 13.01%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 42.42%
G = 13.01%
B = 44.56%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE49FA (or 0xEE49FA) is known color: Pink Flamingo. HEX triplet: EE, 49 and FA. RGB value is (238,73,250). Sum of RGB (Red+Green+Blue) = 238+73+250=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 73 (28.91% from 255 or 13.01% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE49FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49FA is #11B605. Grayscale: #8D8D8D. Windows color (decimal): -1160710 or 16402926. OLE color: 16402926.

HSL color Cylindrical-coordinate representation of color #EE49FA: hue angle of 295.93º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE49FA is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 73 250 -
CMYK 0.05 0.71 0 0.02
HSL 295.93º 0.95% 0.63% -
HSV(B) 295.93º 0.71% 0.98% -
XYZ 54.9 29.84 93.31 -
YUV 142.51 188.66 196.11 -
System Red Green Blue C M Y K H S L
Decimal 238 73 250 0.05 0.71 0 0.02 295.93 0.95 0.63
Hex EE 49 FA 5 47 0 2 128 5F 3F
Octal 356 111 372 5 107 0 2 450 137 77
Binary 11101110 1001001 11111010 101 1000111 0 10 100101000 1011111 111111

Color Harmonies of #EE49FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49FA

Black with #EE49FA

Text Example


Text Example

White with #EE49FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49FA; }

 p { color: rgb(238,73,250); }

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

background-color css

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

 a { background-color: rgb(238,73,250); }

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

border-color css

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

 span { border-color: rgb(238,73,250); }

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