Html Css Color HEX #EF40FE Pink Flamingo

📋 copy color: '#EF40FE'

red 239 ◦ green 64 ◦ blue 254

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

Shades of Pink Flamingo #EF40FE

Tints of Pink Flamingo #EF40FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.49%

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

R = 42.91%
G = 11.49%
B = 45.6%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF40FE (or 0xEF40FE) is known color: Pink Flamingo. HEX triplet: EF, 40 and FE. RGB value is (239,64,254). Sum of RGB (Red+Green+Blue) = 239+64+254=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF40FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF40FE is #10BF01. Grayscale: #898989. Windows color (decimal): -1097474 or 16662767. OLE color: 16662767.

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

Color convert

RGB 239 64 254 -
CMYK 0.06 0.75 0 0.00
HSL 295.26º 0.99% 0.62% -
HSV(B) 295.26º 0.75% 1% -
XYZ 55.32 29.17 96.48 -
YUV 137.99 193.48 200.05 -
System Red Green Blue C M Y K H S L
Decimal 239 64 254 0.06 0.75 0 0.00 295.26 0.99 0.62
Hex EF 40 FE 6 4B 0 0 127 63 3E
Octal 357 100 376 6 113 0 0 447 143 76
Binary 11101111 1000000 11111110 110 1001011 0 0 100100111 1100011 111110

Color Harmonies of #EF40FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF40FE

Black with #EF40FE

Text Example


Text Example

White with #EF40FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF40FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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