Html Css Color HEX #EE5DFE Pink Flamingo

📋 copy color: '#EE5DFE'

red 238 ◦ green 93 ◦ blue 254

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

Shades of Pink Flamingo #EE5DFE

Tints of Pink Flamingo #EE5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 15.9%

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

R = 40.68%
G = 15.9%
B = 43.42%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EE5DFE (or 0xEE5DFE) is known color: Pink Flamingo. HEX triplet: EE, 5D and FE. RGB value is (238,93,254). Sum of RGB (Red+Green+Blue) = 238+93+254=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5DFE is #11A201. Grayscale: #9A9A9A. Windows color (decimal): -1155586 or 16670190. OLE color: 16670190.

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

Color convert

RGB 238 93 254 -
CMYK 0.06 0.63 0 0.00
HSL 294.04º 0.99% 0.68% -
HSV(B) 294.04º 0.63% 1% -
XYZ 57.06 33.16 97.16 -
YUV 154.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 238 93 254 0.06 0.63 0 0.00 294.04 0.99 0.68
Hex EE 5D FE 6 3F 0 0 126 63 44
Octal 356 135 376 6 77 0 0 446 143 104
Binary 11101110 1011101 11111110 110 111111 0 0 100100110 1100011 1000100

Color Harmonies of #EE5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5DFE

Black with #EE5DFE

Text Example


Text Example

White with #EE5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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