Html Css Color HEX #EE54FF Pink Flamingo

📋 copy color: '#EE54FF'

red 238 ◦ green 84 ◦ blue 255

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

Shades of Pink Flamingo #EE54FF

Tints of Pink Flamingo #EE54FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 41.25%
G = 14.56%
B = 44.19%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE54FF (or 0xEE54FF) is known color: Pink Flamingo. HEX triplet: EE, 54 and FF. RGB value is (238,84,255). Sum of RGB (Red+Green+Blue) = 238+84+255=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE54FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE54FF is #11AB00. Grayscale: #959595. Windows color (decimal): -1157889 or 16733422. OLE color: 16733422.

HSL color Cylindrical-coordinate representation of color #EE54FF: hue angle of 294.04º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EE54FF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 238 84 255 -
CMYK 0.07 0.67 0 0
HSL 294.04º 1% 0.66% -
HSV(B) 294.04º 0.67% 1% -
XYZ 56.48 31.74 97.76 -
YUV 149.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 238 84 255 0.07 0.67 0 0 294.04 1 0.66
Hex EE 54 FF 7 43 0 0 126 64 42
Octal 356 124 377 7 103 0 0 446 144 102
Binary 11101110 1010100 11111111 111 1000011 0 0 100100110 1100100 1000010

Color Harmonies of #EE54FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE54FF

Black with #EE54FF

Text Example


Text Example

White with #EE54FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE54FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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