Html Css Color HEX #EF3FFA Pink Flamingo

📋 copy color: '#EF3FFA'

red 239 ◦ green 63 ◦ blue 250

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

Shades of Pink Flamingo #EF3FFA

Tints of Pink Flamingo #EF3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 11.41%

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

R = 43.3%
G = 11.41%
B = 45.29%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF3FFA (or 0xEF3FFA) is known color: Pink Flamingo. HEX triplet: EF, 3F and FA. RGB value is (239,63,250). Sum of RGB (Red+Green+Blue) = 239+63+250=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 63 (25% from 255 or 11.41% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF3FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFA is #10C005. Grayscale: #888888. Windows color (decimal): -1097734 or 16400367. OLE color: 16400367.

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

Color convert

RGB 239 63 250 -
CMYK 0.04 0.75 0 0.02
HSL 296.47º 0.95% 0.61% -
HSV(B) 296.47º 0.75% 0.98% -
XYZ 54.63 28.81 93.12 -
YUV 136.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 239 63 250 0.04 0.75 0 0.02 296.47 0.95 0.61
Hex EF 3F FA 4 4B 0 2 128 5F 3D
Octal 357 77 372 4 113 0 2 450 137 75
Binary 11101111 111111 11111010 100 1001011 0 10 100101000 1011111 111101

Color Harmonies of #EF3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FFA

Black with #EF3FFA

Text Example


Text Example

White with #EF3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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