Html Css Color HEX #EE56FF Pink Flamingo

📋 copy color: '#EE56FF'

red 238 ◦ green 86 ◦ blue 255

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

Shades of Pink Flamingo #EE56FF

Tints of Pink Flamingo #EE56FF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 14.85%

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

R = 41.11%
G = 14.85%
B = 44.04%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE56FF (or 0xEE56FF) is known color: Pink Flamingo. HEX triplet: EE, 56 and FF. RGB value is (238,86,255). Sum of RGB (Red+Green+Blue) = 238+86+255=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 86 (33.98% from 255 or 14.85% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE56FF is #11A900. Grayscale: #969696. Windows color (decimal): -1157377 or 16733934. OLE color: 16733934.

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

Color convert

RGB 238 86 255 -
CMYK 0.07 0.66 0 0
HSL 293.96º 1% 0.67% -
HSV(B) 293.96º 0.66% 1% -
XYZ 56.64 32.05 97.81 -
YUV 150.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 238 86 255 0.07 0.66 0 0 293.96 1 0.67
Hex EE 56 FF 7 42 0 0 126 64 43
Octal 356 126 377 7 102 0 0 446 144 103
Binary 11101110 1010110 11111111 111 1000010 0 0 100100110 1100100 1000011

Color Harmonies of #EE56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE56FF

Black with #EE56FF

Text Example


Text Example

White with #EE56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE56FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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