Html Css Color HEX #EF3DF9 Pink Flamingo

📋 copy color: '#EF3DF9'

red 239 ◦ green 61 ◦ blue 249

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

Shades of Pink Flamingo #EF3DF9

Tints of Pink Flamingo #EF3DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.11%

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 43.53%
G = 11.11%
B = 45.36%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF3DF9 (or 0xEF3DF9) is known color: Pink Flamingo. HEX triplet: EF, 3D and F9. RGB value is (239,61,249). Sum of RGB (Red+Green+Blue) = 239+61+249=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 61 (24.22% from 255 or 11.11% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF3DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DF9 is #10C206. Grayscale: #878787. Windows color (decimal): -1098247 or 16334319. OLE color: 16334319.

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

Color convert

RGB 239 61 249 -
CMYK 0.04 0.76 0 0.02
HSL 296.81º 0.94% 0.61% -
HSV(B) 296.81º 0.76% 0.98% -
XYZ 54.36 28.53 92.26 -
YUV 135.65 191.97 201.71 -
System Red Green Blue C M Y K H S L
Decimal 239 61 249 0.04 0.76 0 0.02 296.81 0.94 0.61
Hex EF 3D F9 4 4C 0 2 129 5E 3D
Octal 357 75 371 4 114 0 2 451 136 75
Binary 11101111 111101 11111001 100 1001100 0 10 100101001 1011110 111101

Color Harmonies of #EF3DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DF9

Black with #EF3DF9

Text Example


Text Example

White with #EF3DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DF9; }

 p { color: rgb(239,61,249); }

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

background-color css

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

 a { background-color: rgb(239,61,249); }

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

border-color css

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

 span { border-color: rgb(239,61,249); }

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