Html Css Color HEX #EE68FB Pink Flamingo

📋 copy color: '#EE68FB'

red 238 ◦ green 104 ◦ blue 251

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

Shades of Pink Flamingo #EE68FB

Tints of Pink Flamingo #EE68FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.33%

R = 40.13%
G = 17.54%
B = 42.33%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE68FB (or 0xEE68FB) is known color: Pink Flamingo. HEX triplet: EE, 68 and FB. RGB value is (238,104,251). Sum of RGB (Red+Green+Blue) = 238+104+251=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 104 (41.02% from 255 or 17.54% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE68FB is #119704. Grayscale: #A0A0A0. Windows color (decimal): -1152773 or 16476398. OLE color: 16476398.

HSL color Cylindrical-coordinate representation of color #EE68FB: hue angle of 294.69º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE68FB is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 104 251 -
CMYK 0.05 0.59 0 0.02
HSL 294.69º 0.95% 0.7% -
HSV(B) 294.69º 0.59% 0.98% -
XYZ 57.62 35.04 94.99 -
YUV 160.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 238 104 251 0.05 0.59 0 0.02 294.69 0.95 0.7
Hex EE 68 FB 5 3B 0 2 127 5F 46
Octal 356 150 373 5 73 0 2 447 137 106
Binary 11101110 1101000 11111011 101 111011 0 10 100100111 1011111 1000110

Color Harmonies of #EE68FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE68FB

Black with #EE68FB

Text Example


Text Example

White with #EE68FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE68FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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