Html Css Color HEX #EE54FA Pink Flamingo

📋 copy color: '#EE54FA'

red 238 ◦ green 84 ◦ blue 250

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

Shades of Pink Flamingo #EE54FA

Tints of Pink Flamingo #EE54FA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.69%

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

R = 41.61%
G = 14.69%
B = 43.71%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE54FA (or 0xEE54FA) is known color: Pink Flamingo. HEX triplet: EE, 54 and FA. RGB value is (238,84,250). Sum of RGB (Red+Green+Blue) = 238+84+250=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE54FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FA is #11AB05. Grayscale: #949494. Windows color (decimal): -1157894 or 16405742. OLE color: 16405742.

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

Color convert

RGB 238 84 250 -
CMYK 0.05 0.66 0 0.02
HSL 295.66º 0.94% 0.65% -
HSV(B) 295.66º 0.66% 0.98% -
XYZ 55.69 31.42 93.57 -
YUV 148.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 238 84 250 0.05 0.66 0 0.02 295.66 0.94 0.65
Hex EE 54 FA 5 42 0 2 128 5E 41
Octal 356 124 372 5 102 0 2 450 136 101
Binary 11101110 1010100 11111010 101 1000010 0 10 100101000 1011110 1000001

Color Harmonies of #EE54FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54FA

Black with #EE54FA

Text Example


Text Example

White with #EE54FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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