Html Css Color HEX #EE6AFF Pink Flamingo

📋 copy color: '#EE6AFF'

red 238 ◦ green 106 ◦ blue 255

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

Shades of Pink Flamingo #EE6AFF

Tints of Pink Flamingo #EE6AFF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 17.7%

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

R = 39.73%
G = 17.7%
B = 42.57%

CMYK

 C value IS 0.07

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EE6AFF (or 0xEE6AFF) is known color: Pink Flamingo. HEX triplet: EE, 6A and FF. RGB value is (238,106,255). Sum of RGB (Red+Green+Blue) = 238+106+255=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 106 (41.80% from 255 or 17.70% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE6AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6AFF is #119500. Grayscale: #A1A1A1. Windows color (decimal): -1152257 or 16739054. OLE color: 16739054.

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

Color convert

RGB 238 106 255 -
CMYK 0.07 0.58 0 0
HSL 293.15º 1% 0.71% -
HSV(B) 293.15º 0.58% 1% -
XYZ 58.46 35.71 98.42 -
YUV 162.45 180.23 181.88 -
System Red Green Blue C M Y K H S L
Decimal 238 106 255 0.07 0.58 0 0 293.15 1 0.71
Hex EE 6A FF 7 3A 0 0 125 64 47
Octal 356 152 377 7 72 0 0 445 144 107
Binary 11101110 1101010 11111111 111 111010 0 0 100100101 1100100 1000111

Color Harmonies of #EE6AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE6AFF

Black with #EE6AFF

Text Example


Text Example

White with #EE6AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE6AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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