Html Css Color HEX #EF5EEE Pink Flamingo

📋 copy color: '#EF5EEE'

red 239 ◦ green 94 ◦ blue 238

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

Shades of Pink Flamingo #EF5EEE

Tints of Pink Flamingo #EF5EEE

RGB

 RED value IS 239 (93.75% from 255) = 41.86%

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

 BLUE value IS 238 (93.36% from 255) = 41.68%

R = 41.86%
G = 16.46%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF5EEE (or 0xEF5EEE) is known color: Pink Flamingo. HEX triplet: EF, 5E and EE. RGB value is (239,94,238). Sum of RGB (Red+Green+Blue) = 239+94+238=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 94 (37.11% from 255 or 16.46% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EEE is #10A111. Grayscale: #999999. Windows color (decimal): -1089810 or 15621871. OLE color: 15621871.

HSL color Cylindrical-coordinate representation of color #EF5EEE: hue angle of 300.41º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF5EEE is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 94 238 -
CMYK 0 0.61 0.00 0.06
HSL 300.41º 0.82% 0.65% -
HSV(B) 300.41º 0.61% 0.94% -
XYZ 55.03 32.53 84.27 -
YUV 153.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 239 94 238 0 0.61 0.00 0.06 300.41 0.82 0.65
Hex EF 5E EE 0 3D 0 6 12C 52 41
Octal 357 136 356 0 75 0 6 454 122 101
Binary 11101111 1011110 11101110 0 111101 0 110 100101100 1010010 1000001

Color Harmonies of #EF5EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EEE

Black with #EF5EEE

Text Example


Text Example

White with #EF5EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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