Html Css Color HEX #EF3BFF Pink Flamingo

📋 copy color: '#EF3BFF'

red 239 ◦ green 59 ◦ blue 255

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

Shades of Pink Flamingo #EF3BFF

Tints of Pink Flamingo #EF3BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 10.67%

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

R = 43.22%
G = 10.67%
B = 46.11%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF3BFF (or 0xEF3BFF) is known color: Pink Flamingo. HEX triplet: EF, 3B and FF. RGB value is (239,59,255). Sum of RGB (Red+Green+Blue) = 239+59+255=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 59 (23.44% from 255 or 10.67% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF3BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3BFF is #10C400. Grayscale: #868686. Windows color (decimal): -1098753 or 16727023. OLE color: 16727023.

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

Color convert

RGB 239 59 255 -
CMYK 0.06 0.77 0 0
HSL 295.1º 1% 0.62% -
HSV(B) 295.1º 0.77% 1% -
XYZ 55.21 28.7 97.24 -
YUV 135.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 239 59 255 0.06 0.77 0 0 295.1 1 0.62
Hex EF 3B FF 6 4D 0 0 127 64 3E
Octal 357 73 377 6 115 0 0 447 144 76
Binary 11101111 111011 11111111 110 1001101 0 0 100100111 1100100 111110

Color Harmonies of #EF3BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3BFF

Black with #EF3BFF

Text Example


Text Example

White with #EF3BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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