Html Css Color HEX #EF5CF6 Pink Flamingo

📋 copy color: '#EF5CF6'

red 239 ◦ green 92 ◦ blue 246

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

Shades of Pink Flamingo #EF5CF6

Tints of Pink Flamingo #EF5CF6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.94%

 BLUE value IS 246 (96.48% from 255) = 42.63%

R = 41.42%
G = 15.94%
B = 42.63%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF5CF6 (or 0xEF5CF6) is known color: Pink Flamingo. HEX triplet: EF, 5C and F6. RGB value is (239,92,246). Sum of RGB (Red+Green+Blue) = 239+92+246=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 92 (36.33% from 255 or 15.94% from 577); Blue value is 246 (96.48% from 255 or 42.63% from 577); Max value from RGB is 246 - color contains mainly: blue. Hex color #EF5CF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF6 is #10A309. Grayscale: #999999. Windows color (decimal): -1090314 or 16145647. OLE color: 16145647.

HSL color Cylindrical-coordinate representation of color #EF5CF6: hue angle of 297.27º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5CF6 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 92 246 -
CMYK 0.03 0.63 0 0.04
HSL 297.27º 0.9% 0.66% -
HSV(B) 297.27º 0.63% 0.96% -
XYZ 56.06 32.66 90.54 -
YUV 153.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 239 92 246 0.03 0.63 0 0.04 297.27 0.9 0.66
Hex EF 5C F6 3 3F 0 4 129 5A 42
Octal 357 134 366 3 77 0 4 451 132 102
Binary 11101111 1011100 11110110 11 111111 0 100 100101001 1011010 1000010

Color Harmonies of #EF5CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CF6

Black with #EF5CF6

Text Example


Text Example

White with #EF5CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CF6; }

 p { color: rgb(239,92,246); }

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

background-color css

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

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

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

border-color css

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

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

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