Html Css Color HEX #EF34FF Pink Flamingo

📋 copy color: '#EF34FF'

red 239 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #EF34FF

Tints of Pink Flamingo #EF34FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.7%

R = 43.77%
G = 9.52%
B = 46.7%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF34FF (or 0xEF34FF) is known color: Pink Flamingo. HEX triplet: EF, 34 and FF. RGB value is (239,52,255). Sum of RGB (Red+Green+Blue) = 239+52+255=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 52 (20.70% from 255 or 9.52% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF34FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF34FF is #10CB00. Grayscale: #828282. Windows color (decimal): -1100545 or 16725231. OLE color: 16725231.

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

Color convert

RGB 239 52 255 -
CMYK 0.06 0.80 0 0
HSL 295.27º 1% 0.6% -
HSV(B) 295.27º 0.8% 1% -
XYZ 54.87 28.03 97.13 -
YUV 131.06 197.95 204.99 -
System Red Green Blue C M Y K H S L
Decimal 239 52 255 0.06 0.80 0 0 295.27 1 0.6
Hex EF 34 FF 6 50 0 0 127 64 3C
Octal 357 64 377 6 120 0 0 447 144 74
Binary 11101111 110100 11111111 110 1010000 0 0 100100111 1100100 111100

Color Harmonies of #EF34FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF34FF

Black with #EF34FF

Text Example


Text Example

White with #EF34FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF34FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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