Html Css Color HEX #EF58FA Pink Flamingo

📋 copy color: '#EF58FA'

red 239 ◦ green 88 ◦ blue 250

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

Shades of Pink Flamingo #EF58FA

Tints of Pink Flamingo #EF58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.25%

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

R = 41.42%
G = 15.25%
B = 43.33%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF58FA (or 0xEF58FA) is known color: Pink Flamingo. HEX triplet: EF, 58 and FA. RGB value is (239,88,250). Sum of RGB (Red+Green+Blue) = 239+88+250=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 88 (34.77% from 255 or 15.25% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF58FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58FA is #10A705. Grayscale: #979797. Windows color (decimal): -1091334 or 16406767. OLE color: 16406767.

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

Color convert

RGB 239 88 250 -
CMYK 0.04 0.65 0 0.02
HSL 295.93º 0.94% 0.66% -
HSV(B) 295.93º 0.65% 0.98% -
XYZ 56.34 32.23 93.69 -
YUV 151.62 183.53 190.33 -
System Red Green Blue C M Y K H S L
Decimal 239 88 250 0.04 0.65 0 0.02 295.93 0.94 0.66
Hex EF 58 FA 4 41 0 2 128 5E 42
Octal 357 130 372 4 101 0 2 450 136 102
Binary 11101111 1011000 11111010 100 1000001 0 10 100101000 1011110 1000010

Color Harmonies of #EF58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58FA

Black with #EF58FA

Text Example


Text Example

White with #EF58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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