Html Css Color HEX #EF4CFE Pink Flamingo

📋 copy color: '#EF4CFE'

red 239 ◦ green 76 ◦ blue 254

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

Shades of Pink Flamingo #EF4CFE

Tints of Pink Flamingo #EF4CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 42%
G = 13.36%
B = 44.64%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF4CFE (or 0xEF4CFE) is known color: Pink Flamingo. HEX triplet: EF, 4C and FE. RGB value is (239,76,254). Sum of RGB (Red+Green+Blue) = 239+76+254=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 76 (30.08% from 255 or 13.36% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF4CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF4CFE is #10B301. Grayscale: #909090. Windows color (decimal): -1094402 or 16665839. OLE color: 16665839.

HSL color Cylindrical-coordinate representation of color #EF4CFE: hue angle of 294.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EF4CFE is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 76 254 -
CMYK 0.06 0.70 0 0.00
HSL 294.94º 0.99% 0.65% -
HSV(B) 294.94º 0.7% 1% -
XYZ 56.07 30.68 96.73 -
YUV 145.03 189.5 195.03 -
System Red Green Blue C M Y K H S L
Decimal 239 76 254 0.06 0.70 0 0.00 294.94 0.99 0.65
Hex EF 4C FE 6 46 0 0 127 63 41
Octal 357 114 376 6 106 0 0 447 143 101
Binary 11101111 1001100 11111110 110 1000110 0 0 100100111 1100011 1000001

Color Harmonies of #EF4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF4CFE

Black with #EF4CFE

Text Example


Text Example

White with #EF4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF4CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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