Html Css Color HEX #EF4FFC Pink Flamingo

📋 copy color: '#EF4FFC'

red 239 ◦ green 79 ◦ blue 252

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

Shades of Pink Flamingo #EF4FFC

Tints of Pink Flamingo #EF4FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 13.86%

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

R = 41.93%
G = 13.86%
B = 44.21%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF4FFC (or 0xEF4FFC) is known color: Pink Flamingo. HEX triplet: EF, 4F and FC. RGB value is (239,79,252). Sum of RGB (Red+Green+Blue) = 239+79+252=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 79 (31.25% from 255 or 13.86% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF4FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF4FFC is #10B003. Grayscale: #929292. Windows color (decimal): -1093636 or 16535535. OLE color: 16535535.

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

Color convert

RGB 239 79 252 -
CMYK 0.05 0.69 0 0.01
HSL 295.49º 0.97% 0.65% -
HSV(B) 295.49º 0.69% 0.99% -
XYZ 55.96 30.97 95.12 -
YUV 146.56 187.51 193.93 -
System Red Green Blue C M Y K H S L
Decimal 239 79 252 0.05 0.69 0 0.01 295.49 0.97 0.65
Hex EF 4F FC 5 45 0 1 127 61 41
Octal 357 117 374 5 105 0 1 447 141 101
Binary 11101111 1001111 11111100 101 1000101 0 1 100100111 1100001 1000001

Color Harmonies of #EF4FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4FFC

Black with #EF4FFC

Text Example


Text Example

White with #EF4FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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