Html Css Color HEX #EF5EF4 Pink Flamingo

📋 copy color: '#EF5EF4'

red 239 ◦ green 94 ◦ blue 244

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

Shades of Pink Flamingo #EF5EF4

Tints of Pink Flamingo #EF5EF4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 16.29%

 BLUE value IS 244 (95.7% from 255) = 42.29%

R = 41.42%
G = 16.29%
B = 42.29%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF5EF4 (or 0xEF5EF4) is known color: Pink Flamingo. HEX triplet: EF, 5E and F4. RGB value is (239,94,244). Sum of RGB (Red+Green+Blue) = 239+94+244=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 94 (37.11% from 255 or 16.29% from 577); Blue value is 244 (95.70% from 255 or 42.29% from 577); Max value from RGB is 244 - color contains mainly: blue. Hex color #EF5EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EF4 is #10A10B. Grayscale: #9A9A9A. Windows color (decimal): -1089804 or 16015087. OLE color: 16015087.

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

Color convert

RGB 239 94 244 -
CMYK 0.02 0.61 0 0.04
HSL 298º 0.87% 0.66% -
HSV(B) 298º 0.61% 0.96% -
XYZ 55.93 32.89 88.99 -
YUV 154.46 178.54 188.3 -
System Red Green Blue C M Y K H S L
Decimal 239 94 244 0.02 0.61 0 0.04 298 0.87 0.66
Hex EF 5E F4 2 3D 0 4 12A 57 42
Octal 357 136 364 2 75 0 4 452 127 102
Binary 11101111 1011110 11110100 10 111101 0 100 100101010 1010111 1000010

Color Harmonies of #EF5EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EF4

Black with #EF5EF4

Text Example


Text Example

White with #EF5EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EF4; }

 p { color: rgb(239,94,244); }

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

background-color css

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

 a { background-color: rgb(239,94,244); }

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

border-color css

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

 span { border-color: rgb(239,94,244); }

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