Html Css Color HEX #EF3CFA Pink Flamingo

📋 copy color: '#EF3CFA'

red 239 ◦ green 60 ◦ blue 250

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

Shades of Pink Flamingo #EF3CFA

Tints of Pink Flamingo #EF3CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.93%

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

R = 43.53%
G = 10.93%
B = 45.54%

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

#EF3CFA (or 0xEF3CFA) is known color: Pink Flamingo. HEX triplet: EF, 3C and FA. RGB value is (239,60,250). Sum of RGB (Red+Green+Blue) = 239+60+250=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 60 (23.83% from 255 or 10.93% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF3CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3CFA is #10C305. Grayscale: #868686. Windows color (decimal): -1098502 or 16399599. OLE color: 16399599.

HSL color Cylindrical-coordinate representation of color #EF3CFA: hue angle of 296.53º degrees, saturation: 0.95, 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 #EF3CFA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 60 250 -
CMYK 0.04 0.76 0 0.02
HSL 296.53º 0.95% 0.61% -
HSV(B) 296.53º 0.76% 0.98% -
XYZ 54.47 28.48 93.07 -
YUV 135.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 239 60 250 0.04 0.76 0 0.02 296.53 0.95 0.61
Hex EF 3C FA 4 4C 0 2 129 5F 3D
Octal 357 74 372 4 114 0 2 451 137 75
Binary 11101111 111100 11111010 100 1001100 0 10 100101001 1011111 111101

Color Harmonies of #EF3CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CFA

Black with #EF3CFA

Text Example


Text Example

White with #EF3CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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