Html Css Color HEX #EF5DEE Pink Flamingo

📋 copy color: '#EF5DEE'

red 239 ◦ green 93 ◦ blue 238

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

Shades of Pink Flamingo #EF5DEE

Tints of Pink Flamingo #EF5DEE

RGB

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

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

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

R = 41.93%
G = 16.32%
B = 41.75%

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

#EF5DEE (or 0xEF5DEE) is known color: Pink Flamingo. HEX triplet: EF, 5D and EE. RGB value is (239,93,238). Sum of RGB (Red+Green+Blue) = 239+93+238=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 93 (36.72% from 255 or 16.32% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5DEE is #10A211. Grayscale: #989898. Windows color (decimal): -1090066 or 15621615. OLE color: 15621615.

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

Color convert

RGB 239 93 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 54.94 32.35 84.24 -
YUV 153.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 239 93 238 0 0.61 0.00 0.06 300.41 0.82 0.65
Hex EF 5D EE 0 3D 0 6 12C 52 41
Octal 357 135 356 0 75 0 6 454 122 101
Binary 11101111 1011101 11101110 0 111101 0 110 100101100 1010010 1000001

Color Harmonies of #EF5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DEE

Black with #EF5DEE

Text Example


Text Example

White with #EF5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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