Html Css Color HEX #EF45FB Pink Flamingo

📋 copy color: '#EF45FB'

red 239 ◦ green 69 ◦ blue 251

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

Shades of Pink Flamingo #EF45FB

Tints of Pink Flamingo #EF45FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 12.34%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 42.75%
G = 12.34%
B = 44.9%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF45FB (or 0xEF45FB) is known color: Pink Flamingo. HEX triplet: EF, 45 and FB. RGB value is (239,69,251). Sum of RGB (Red+Green+Blue) = 239+69+251=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 69 (27.34% from 255 or 12.34% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF45FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF45FB is #10BA04. Grayscale: #8C8C8C. Windows color (decimal): -1096197 or 16467439. OLE color: 16467439.

HSL color Cylindrical-coordinate representation of color #EF45FB: hue angle of 296.04º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF45FB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 69 251 -
CMYK 0.05 0.73 0 0.02
HSL 296.04º 0.96% 0.63% -
HSV(B) 296.04º 0.73% 0.98% -
XYZ 55.14 29.57 94.07 -
YUV 140.58 190.32 198.2 -
System Red Green Blue C M Y K H S L
Decimal 239 69 251 0.05 0.73 0 0.02 296.04 0.96 0.63
Hex EF 45 FB 5 49 0 2 128 60 3F
Octal 357 105 373 5 111 0 2 450 140 77
Binary 11101111 1000101 11111011 101 1001001 0 10 100101000 1100000 111111

Color Harmonies of #EF45FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF45FB

Black with #EF45FB

Text Example


Text Example

White with #EF45FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF45FB; }

 p { color: rgb(239,69,251); }

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

background-color css

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

 a { background-color: rgb(239,69,251); }

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

border-color css

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

 span { border-color: rgb(239,69,251); }

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