Html Css Color HEX #EF58F0 Pink Flamingo

📋 copy color: '#EF58F0'

red 239 ◦ green 88 ◦ blue 240

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

Shades of Pink Flamingo #EF58F0

Tints of Pink Flamingo #EF58F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.33%

R = 42.15%
G = 15.52%
B = 42.33%

CMYK

 C value IS 0.00

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF58F0 (or 0xEF58F0) is known color: Pink Flamingo. HEX triplet: EF, 58 and F0. RGB value is (239,88,240). Sum of RGB (Red+Green+Blue) = 239+88+240=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 88 (34.77% from 255 or 15.52% from 567); Blue value is 240 (94.14% from 255 or 42.33% from 567); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF58F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF58F0 is #10A70F. Grayscale: #969696. Windows color (decimal): -1091344 or 15751407. OLE color: 15751407.

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

Color convert

RGB 239 88 240 -
CMYK 0.00 0.63 0 0.06
HSL 299.61º 0.84% 0.64% -
HSV(B) 299.61º 0.63% 0.94% -
XYZ 54.81 31.62 85.65 -
YUV 150.48 178.53 191.14 -
System Red Green Blue C M Y K H S L
Decimal 239 88 240 0.00 0.63 0 0.06 299.61 0.84 0.64
Hex EF 58 F0 0 3F 0 6 12C 54 40
Octal 357 130 360 0 77 0 6 454 124 100
Binary 11101111 1011000 11110000 0 111111 0 110 100101100 1010100 1000000

Color Harmonies of #EF58F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF58F0

Black with #EF58F0

Text Example


Text Example

White with #EF58F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF58F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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