Html Css Color HEX #EF33FC Pink Flamingo

📋 copy color: '#EF33FC'

red 239 ◦ green 51 ◦ blue 252

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

Shades of Pink Flamingo #EF33FC

Tints of Pink Flamingo #EF33FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 44.1%
G = 9.41%
B = 46.49%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EF33FC (or 0xEF33FC) is known color: Pink Flamingo. HEX triplet: EF, 33 and FC. RGB value is (239,51,252). Sum of RGB (Red+Green+Blue) = 239+51+252=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 51 (20.31% from 255 or 9.41% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #EF33FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF33FC is #10CC03. Grayscale: #818181. Windows color (decimal): -1100804 or 16528367. OLE color: 16528367.

HSL color Cylindrical-coordinate representation of color #EF33FC: hue angle of 296.12º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EF33FC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 51 252 -
CMYK 0.05 0.80 0 0.01
HSL 296.12º 0.97% 0.59% -
HSV(B) 296.12º 0.8% 0.99% -
XYZ 54.35 27.75 94.59 -
YUV 130.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 239 51 252 0.05 0.80 0 0.01 296.12 0.97 0.59
Hex EF 33 FC 5 50 0 1 128 61 3B
Octal 357 63 374 5 120 0 1 450 141 73
Binary 11101111 110011 11111100 101 1010000 0 1 100101000 1100001 111011

Color Harmonies of #EF33FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF33FC

Black with #EF33FC

Text Example


Text Example

White with #EF33FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF33FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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