Html Css Color HEX #EE5EFE Pink Flamingo

📋 copy color: '#EE5EFE'

red 238 ◦ green 94 ◦ blue 254

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

Shades of Pink Flamingo #EE5EFE

Tints of Pink Flamingo #EE5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.04%

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

R = 40.61%
G = 16.04%
B = 43.34%

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

#EE5EFE (or 0xEE5EFE) is known color: Pink Flamingo. HEX triplet: EE, 5E and FE. RGB value is (238,94,254). Sum of RGB (Red+Green+Blue) = 238+94+254=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 94 (37.11% from 255 or 16.04% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE5EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE5EFE is #11A101. Grayscale: #9A9A9A. Windows color (decimal): -1155330 or 16670446. OLE color: 16670446.

HSL color Cylindrical-coordinate representation of color #EE5EFE: hue angle of 294º 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 #EE5EFE is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 238 94 254 -
CMYK 0.06 0.63 0 0.00
HSL 294º 0.99% 0.68% -
HSV(B) 294º 0.63% 1% -
XYZ 57.15 33.34 97.19 -
YUV 155.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 238 94 254 0.06 0.63 0 0.00 294 0.99 0.68
Hex EE 5E FE 6 3F 0 0 126 63 44
Octal 356 136 376 6 77 0 0 446 143 104
Binary 11101110 1011110 11111110 110 111111 0 0 100100110 1100011 1000100

Color Harmonies of #EE5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE5EFE

Black with #EE5EFE

Text Example


Text Example

White with #EE5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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