Html Css Color HEX #EF4AFC Pink Flamingo

📋 copy color: '#EF4AFC'

red 239 ◦ green 74 ◦ blue 252

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

Shades of Pink Flamingo #EF4AFC

Tints of Pink Flamingo #EF4AFC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.1%

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 42.3%
G = 13.1%
B = 44.6%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF4AFC (or 0xEF4AFC) is known color: Pink Flamingo. HEX triplet: EF, 4A and FC. RGB value is (239,74,252). Sum of RGB (Red+Green+Blue) = 239+74+252=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF4AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4AFC is #10B503. Grayscale: #8F8F8F. Windows color (decimal): -1094916 or 16534255. OLE color: 16534255.

HSL color Cylindrical-coordinate representation of color #EF4AFC: hue angle of 295.62º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EF4AFC is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 74 252 -
CMYK 0.05 0.71 0 0.01
HSL 295.62º 0.97% 0.64% -
HSV(B) 295.62º 0.71% 0.99% -
XYZ 55.62 30.28 95.01 -
YUV 143.63 189.16 196.03 -
System Red Green Blue C M Y K H S L
Decimal 239 74 252 0.05 0.71 0 0.01 295.62 0.97 0.64
Hex EF 4A FC 5 47 0 1 128 61 40
Octal 357 112 374 5 107 0 1 450 141 100
Binary 11101111 1001010 11111100 101 1000111 0 1 100101000 1100001 1000000

Color Harmonies of #EF4AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4AFC

Black with #EF4AFC

Text Example


Text Example

White with #EF4AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4AFC; }

 p { color: rgb(239,74,252); }

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

background-color css

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

 a { background-color: rgb(239,74,252); }

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

border-color css

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

 span { border-color: rgb(239,74,252); }

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