Html Css Color HEX #EF5EFC Pink Flamingo

📋 copy color: '#EF5EFC'

red 239 ◦ green 94 ◦ blue 252

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

Shades of Pink Flamingo #EF5EFC

Tints of Pink Flamingo #EF5EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 40.85%
G = 16.07%
B = 43.08%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF5EFC (or 0xEF5EFC) is known color: Pink Flamingo. HEX triplet: EF, 5E and FC. RGB value is (239,94,252). Sum of RGB (Red+Green+Blue) = 239+94+252=585 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.85% from 585); Green value is 94 (37.11% from 255 or 16.07% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF5EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EFC is #10A103. Grayscale: #9A9A9A. Windows color (decimal): -1089796 or 16539375. OLE color: 16539375.

HSL color Cylindrical-coordinate representation of color #EF5EFC: hue angle of 295.06º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5EFC is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 94 252 -
CMYK 0.05 0.63 0 0.01
HSL 295.06º 0.96% 0.68% -
HSV(B) 295.06º 0.63% 0.99% -
XYZ 57.17 33.38 95.53 -
YUV 155.37 182.54 187.65 -
System Red Green Blue C M Y K H S L
Decimal 239 94 252 0.05 0.63 0 0.01 295.06 0.96 0.68
Hex EF 5E FC 5 3F 0 1 127 60 44
Octal 357 136 374 5 77 0 1 447 140 104
Binary 11101111 1011110 11111100 101 111111 0 1 100100111 1100000 1000100

Color Harmonies of #EF5EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EFC

Black with #EF5EFC

Text Example


Text Example

White with #EF5EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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