Html Css Color HEX #EF46FE Pink Flamingo

📋 copy color: '#EF46FE'

red 239 ◦ green 70 ◦ blue 254

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

Shades of Pink Flamingo #EF46FE

Tints of Pink Flamingo #EF46FE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 12.43%

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

R = 42.45%
G = 12.43%
B = 45.12%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF46FE (or 0xEF46FE) is known color: Pink Flamingo. HEX triplet: EF, 46 and FE. RGB value is (239,70,254). Sum of RGB (Red+Green+Blue) = 239+70+254=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 70 (27.73% from 255 or 12.43% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF46FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF46FE is #10B901. Grayscale: #8C8C8C. Windows color (decimal): -1095938 or 16664303. OLE color: 16664303.

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

Color convert

RGB 239 70 254 -
CMYK 0.06 0.72 0 0.00
HSL 295.11º 0.99% 0.64% -
HSV(B) 295.11º 0.72% 1% -
XYZ 55.68 29.89 96.6 -
YUV 141.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 239 70 254 0.06 0.72 0 0.00 295.11 0.99 0.64
Hex EF 46 FE 6 48 0 0 127 63 40
Octal 357 106 376 6 110 0 0 447 143 100
Binary 11101111 1000110 11111110 110 1001000 0 0 100100111 1100011 1000000

Color Harmonies of #EF46FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF46FE

Black with #EF46FE

Text Example


Text Example

White with #EF46FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF46FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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