Html Css Color HEX #EF4CFA Pink Flamingo

📋 copy color: '#EF4CFA'

red 239 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #EF4CFA

Tints of Pink Flamingo #EF4CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.45%

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

R = 42.3%
G = 13.45%
B = 44.25%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF4CFA (or 0xEF4CFA) is known color: Pink Flamingo. HEX triplet: EF, 4C and FA. RGB value is (239,76,250). Sum of RGB (Red+Green+Blue) = 239+76+250=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 76 (30.08% from 255 or 13.45% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF4CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CFA is #10B305. Grayscale: #909090. Windows color (decimal): -1094406 or 16403695. OLE color: 16403695.

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

Color convert

RGB 239 76 250 -
CMYK 0.04 0.70 0 0.02
HSL 296.21º 0.95% 0.64% -
HSV(B) 296.21º 0.7% 0.98% -
XYZ 55.44 30.42 93.39 -
YUV 144.57 187.5 195.35 -
System Red Green Blue C M Y K H S L
Decimal 239 76 250 0.04 0.70 0 0.02 296.21 0.95 0.64
Hex EF 4C FA 4 46 0 2 128 5F 40
Octal 357 114 372 4 106 0 2 450 137 100
Binary 11101111 1001100 11111010 100 1000110 0 10 100101000 1011111 1000000

Color Harmonies of #EF4CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CFA

Black with #EF4CFA

Text Example


Text Example

White with #EF4CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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