Html Css Color HEX #EF5FEF Pink Flamingo

📋 copy color: '#EF5FEF'

red 239 ◦ green 95 ◦ blue 239

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

Shades of Pink Flamingo #EF5FEF

Tints of Pink Flamingo #EF5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.58%

 BLUE value IS 239 (93.75% from 255) = 41.71%

R = 41.71%
G = 16.58%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF5FEF (or 0xEF5FEF) is known color: Pink Flamingo. HEX triplet: EF, 5F and EF. RGB value is (239,95,239). Sum of RGB (Red+Green+Blue) = 239+95+239=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF5FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5FEF is #10A010. Grayscale: #9A9A9A. Windows color (decimal): -1089553 or 15687663. OLE color: 15687663.

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

Color convert

RGB 239 95 239 -
CMYK 0 0.60 0 0.06
HSL 300º 0.82% 0.65% -
HSV(B) 300º 0.6% 0.94% -
XYZ 55.27 32.77 85.07 -
YUV 154.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 239 95 239 0 0.60 0 0.06 300 0.82 0.65
Hex EF 5F EF 0 3C 0 6 12C 52 41
Octal 357 137 357 0 74 0 6 454 122 101
Binary 11101111 1011111 11101111 0 111100 0 110 100101100 1010010 1000001

Color Harmonies of #EF5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5FEF

Black with #EF5FEF

Text Example


Text Example

White with #EF5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5FEF; }

 p { color: rgb(239,95,239); }

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

background-color css

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

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

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

border-color css

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

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

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