Html Css Color HEX #EE49FE Pink Flamingo

📋 copy color: '#EE49FE'

red 238 ◦ green 73 ◦ blue 254

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

Shades of Pink Flamingo #EE49FE

Tints of Pink Flamingo #EE49FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 42.12%
G = 12.92%
B = 44.96%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE49FE (or 0xEE49FE) is known color: Pink Flamingo. HEX triplet: EE, 49 and FE. RGB value is (238,73,254). Sum of RGB (Red+Green+Blue) = 238+73+254=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49FE is #11B601. Grayscale: #8E8E8E. Windows color (decimal): -1160706 or 16665070. OLE color: 16665070.

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

Color convert

RGB 238 73 254 -
CMYK 0.06 0.71 0 0.00
HSL 294.7º 0.99% 0.64% -
HSV(B) 294.7º 0.71% 1% -
XYZ 55.53 30.1 96.65 -
YUV 142.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 238 73 254 0.06 0.71 0 0.00 294.7 0.99 0.64
Hex EE 49 FE 6 47 0 0 127 63 40
Octal 356 111 376 6 107 0 0 447 143 100
Binary 11101110 1001001 11111110 110 1000111 0 0 100100111 1100011 1000000

Color Harmonies of #EE49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE49FE

Black with #EE49FE

Text Example


Text Example

White with #EE49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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