Html Css Color HEX #EE68ED Pink Flamingo

📋 copy color: '#EE68ED'

red 238 ◦ green 104 ◦ blue 237

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

Shades of Pink Flamingo #EE68ED

Tints of Pink Flamingo #EE68ED

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.96%

 BLUE value IS 237 (92.97% from 255) = 40.93%

R = 41.11%
G = 17.96%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE68ED (or 0xEE68ED) is known color: Pink Flamingo. HEX triplet: EE, 68 and ED. RGB value is (238,104,237). Sum of RGB (Red+Green+Blue) = 238+104+237=579 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.11% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 238 - color contains mainly: red. Hex color #EE68ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68ED is #119712. Grayscale: #9E9E9E. Windows color (decimal): -1152787 or 15558894. OLE color: 15558894.

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

Color convert

RGB 238 104 237 -
CMYK 0 0.56 0.00 0.07
HSL 300.45º 0.8% 0.67% -
HSV(B) 300.45º 0.56% 0.93% -
XYZ 55.5 34.19 83.8 -
YUV 159.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 238 104 237 0 0.56 0.00 0.07 300.45 0.8 0.67
Hex EE 68 ED 0 38 0 7 12C 50 43
Octal 356 150 355 0 70 0 7 454 120 103
Binary 11101110 1101000 11101101 0 111000 0 111 100101100 1010000 1000011

Color Harmonies of #EE68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68ED

Black with #EE68ED

Text Example


Text Example

White with #EE68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68ED; }

 p { color: rgb(238,104,237); }

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

background-color css

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

 a { background-color: rgb(238,104,237); }

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

border-color css

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

 span { border-color: rgb(238,104,237); }

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