Html Css Color HEX #EF3FFE Pink Flamingo

📋 copy color: '#EF3FFE'

red 239 ◦ green 63 ◦ blue 254

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

Shades of Pink Flamingo #EF3FFE

Tints of Pink Flamingo #EF3FFE

RGB

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

 GREEN value IS 63 (25% from 255) = 11.33%

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 42.99%
G = 11.33%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF3FFE (or 0xEF3FFE) is known color: Pink Flamingo. HEX triplet: EF, 3F and FE. RGB value is (239,63,254). Sum of RGB (Red+Green+Blue) = 239+63+254=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF3FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3FFE is #10C001. Grayscale: #888888. Windows color (decimal): -1097730 or 16662511. OLE color: 16662511.

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

Color convert

RGB 239 63 254 -
CMYK 0.06 0.75 0 0.00
HSL 295.29º 0.99% 0.62% -
HSV(B) 295.29º 0.75% 1% -
XYZ 55.26 29.06 96.46 -
YUV 137.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 239 63 254 0.06 0.75 0 0.00 295.29 0.99 0.62
Hex EF 3F FE 6 4B 0 0 127 63 3E
Octal 357 77 376 6 113 0 0 447 143 76
Binary 11101111 111111 11111110 110 1001011 0 0 100100111 1100011 111110

Color Harmonies of #EF3FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FFE

Black with #EF3FFE

Text Example


Text Example

White with #EF3FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FFE; }

 p { color: rgb(239,63,254); }

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

background-color css

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

 a { background-color: rgb(239,63,254); }

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

border-color css

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

 span { border-color: rgb(239,63,254); }

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