Html Css Color HEX #EF5CF9 Pink Flamingo

📋 copy color: '#EF5CF9'

red 239 ◦ green 92 ◦ blue 249

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

Shades of Pink Flamingo #EF5CF9

Tints of Pink Flamingo #EF5CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.93%

R = 41.21%
G = 15.86%
B = 42.93%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF5CF9 (or 0xEF5CF9) is known color: Pink Flamingo. HEX triplet: EF, 5C and F9. RGB value is (239,92,249). Sum of RGB (Red+Green+Blue) = 239+92+249=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF5CF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5CF9 is #10A306. Grayscale: #999999. Windows color (decimal): -1090311 or 16342255. OLE color: 16342255.

HSL color Cylindrical-coordinate representation of color #EF5CF9: hue angle of 296.18º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5CF9 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 92 249 -
CMYK 0.04 0.63 0 0.02
HSL 296.18º 0.93% 0.67% -
HSV(B) 296.18º 0.63% 0.98% -
XYZ 56.52 32.84 92.98 -
YUV 153.85 181.7 188.73 -
System Red Green Blue C M Y K H S L
Decimal 239 92 249 0.04 0.63 0 0.02 296.18 0.93 0.67
Hex EF 5C F9 4 3F 0 2 128 5D 43
Octal 357 134 371 4 77 0 2 450 135 103
Binary 11101111 1011100 11111001 100 111111 0 10 100101000 1011101 1000011

Color Harmonies of #EF5CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CF9

Black with #EF5CF9

Text Example


Text Example

White with #EF5CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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