Html Css Color HEX #EE68FE Pink Flamingo

📋 copy color: '#EE68FE'

red 238 ◦ green 104 ◦ blue 254

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

Shades of Pink Flamingo #EE68FE

Tints of Pink Flamingo #EE68FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.62%

R = 39.93%
G = 17.45%
B = 42.62%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE68FE (or 0xEE68FE) is known color: Pink Flamingo. HEX triplet: EE, 68 and FE. RGB value is (238,104,254). Sum of RGB (Red+Green+Blue) = 238+104+254=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 104 (41.02% from 255 or 17.45% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE68FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FE is #119701. Grayscale: #A0A0A0. Windows color (decimal): -1152770 or 16673006. OLE color: 16673006.

HSL color Cylindrical-coordinate representation of color #EE68FE: hue angle of 293.6º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 104 254 -
CMYK 0.06 0.59 0 0.00
HSL 293.6º 0.99% 0.7% -
HSV(B) 293.6º 0.59% 1% -
XYZ 58.1 35.23 97.5 -
YUV 161.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 238 104 254 0.06 0.59 0 0.00 293.6 0.99 0.7
Hex EE 68 FE 6 3B 0 0 126 63 46
Octal 356 150 376 6 73 0 0 446 143 106
Binary 11101110 1101000 11111110 110 111011 0 0 100100110 1100011 1000110

Color Harmonies of #EE68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68FE

Black with #EE68FE

Text Example


Text Example

White with #EE68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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