Html Css Color HEX #EF33FA Pink Flamingo

📋 copy color: '#EF33FA'

red 239 ◦ green 51 ◦ blue 250

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

Shades of Pink Flamingo #EF33FA

Tints of Pink Flamingo #EF33FA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.44%

 BLUE value IS 250 (98.05% from 255) = 46.3%

R = 44.26%
G = 9.44%
B = 46.3%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF33FA (or 0xEF33FA) is known color: Pink Flamingo. HEX triplet: EF, 33 and FA. RGB value is (239,51,250). Sum of RGB (Red+Green+Blue) = 239+51+250=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 51 (20.31% from 255 or 9.44% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF33FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF33FA is #10CC05. Grayscale: #818181. Windows color (decimal): -1100806 or 16397295. OLE color: 16397295.

HSL color Cylindrical-coordinate representation of color #EF33FA: hue angle of 296.68º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF33FA is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 51 250 -
CMYK 0.04 0.80 0 0.02
HSL 296.68º 0.95% 0.59% -
HSV(B) 296.68º 0.8% 0.98% -
XYZ 54.04 27.62 92.93 -
YUV 129.9 195.78 205.82 -
System Red Green Blue C M Y K H S L
Decimal 239 51 250 0.04 0.80 0 0.02 296.68 0.95 0.59
Hex EF 33 FA 4 50 0 2 129 5F 3B
Octal 357 63 372 4 120 0 2 451 137 73
Binary 11101111 110011 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #EF33FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33FA

Black with #EF33FA

Text Example


Text Example

White with #EF33FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33FA; }

 p { color: rgb(239,51,250); }

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

background-color css

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

 a { background-color: rgb(239,51,250); }

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

border-color css

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

 span { border-color: rgb(239,51,250); }

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