Html Css Color HEX #EF34FE Pink Flamingo

📋 copy color: '#EF34FE'

red 239 ◦ green 52 ◦ blue 254

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

Shades of Pink Flamingo #EF34FE

Tints of Pink Flamingo #EF34FE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.54%

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

R = 43.85%
G = 9.54%
B = 46.61%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF34FE (or 0xEF34FE) is known color: Pink Flamingo. HEX triplet: EF, 34 and FE. RGB value is (239,52,254). Sum of RGB (Red+Green+Blue) = 239+52+254=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 52 (20.70% from 255 or 9.54% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF34FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF34FE is #10CB01. Grayscale: #828282. Windows color (decimal): -1100546 or 16659695. OLE color: 16659695.

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

Color convert

RGB 239 52 254 -
CMYK 0.06 0.80 0 0.00
HSL 295.54º 0.99% 0.6% -
HSV(B) 295.54º 0.8% 1% -
XYZ 54.71 27.96 96.28 -
YUV 130.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 239 52 254 0.06 0.80 0 0.00 295.54 0.99 0.6
Hex EF 34 FE 6 50 0 0 128 63 3C
Octal 357 64 376 6 120 0 0 450 143 74
Binary 11101111 110100 11111110 110 1010000 0 0 100101000 1100011 111100

Color Harmonies of #EF34FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34FE

Black with #EF34FE

Text Example


Text Example

White with #EF34FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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