Html Css Color HEX #EF48FF Pink Flamingo

📋 copy color: '#EF48FF'

red 239 ◦ green 72 ◦ blue 255

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

Shades of Pink Flamingo #EF48FF

Tints of Pink Flamingo #EF48FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 42.23%
G = 12.72%
B = 45.05%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF48FF (or 0xEF48FF) is known color: Pink Flamingo. HEX triplet: EF, 48 and FF. RGB value is (239,72,255). Sum of RGB (Red+Green+Blue) = 239+72+255=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 72 (28.52% from 255 or 12.72% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF48FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF48FF is #10B700. Grayscale: #8E8E8E. Windows color (decimal): -1095425 or 16730351. OLE color: 16730351.

HSL color Cylindrical-coordinate representation of color #EF48FF: hue angle of 294.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EF48FF is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 239 72 255 -
CMYK 0.06 0.72 0 0
HSL 294.75º 1% 0.64% -
HSV(B) 294.75º 0.72% 1% -
XYZ 55.96 30.21 97.49 -
YUV 142.8 191.33 196.62 -
System Red Green Blue C M Y K H S L
Decimal 239 72 255 0.06 0.72 0 0 294.75 1 0.64
Hex EF 48 FF 6 48 0 0 127 64 40
Octal 357 110 377 6 110 0 0 447 144 100
Binary 11101111 1001000 11111111 110 1001000 0 0 100100111 1100100 1000000

Color Harmonies of #EF48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF48FF

Black with #EF48FF

Text Example


Text Example

White with #EF48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF48FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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