Html Css Color HEX #EF48FA Pink Flamingo

📋 copy color: '#EF48FA'

red 239 ◦ green 72 ◦ blue 250

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

Shades of Pink Flamingo #EF48FA

Tints of Pink Flamingo #EF48FA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.83%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 42.6%
G = 12.83%
B = 44.56%

CMYK

 C value IS 0.04

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF48FA (or 0xEF48FA) is known color: Pink Flamingo. HEX triplet: EF, 48 and FA. RGB value is (239,72,250). Sum of RGB (Red+Green+Blue) = 239+72+250=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 72 (28.52% from 255 or 12.83% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF48FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF48FA is #10B705. Grayscale: #8D8D8D. Windows color (decimal): -1095430 or 16402671. OLE color: 16402671.

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

Color convert

RGB 239 72 250 -
CMYK 0.04 0.71 0 0.02
HSL 296.29º 0.95% 0.63% -
HSV(B) 296.29º 0.71% 0.98% -
XYZ 55.17 29.89 93.3 -
YUV 142.23 188.83 197.03 -
System Red Green Blue C M Y K H S L
Decimal 239 72 250 0.04 0.71 0 0.02 296.29 0.95 0.63
Hex EF 48 FA 4 47 0 2 128 5F 3F
Octal 357 110 372 4 107 0 2 450 137 77
Binary 11101111 1001000 11111010 100 1000111 0 10 100101000 1011111 111111

Color Harmonies of #EF48FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48FA

Black with #EF48FA

Text Example


Text Example

White with #EF48FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48FA; }

 p { color: rgb(239,72,250); }

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

background-color css

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

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

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

border-color css

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

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

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