Html Css Color HEX #EF3DFE Pink Flamingo

📋 copy color: '#EF3DFE'

red 239 ◦ green 61 ◦ blue 254

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

Shades of Pink Flamingo #EF3DFE

Tints of Pink Flamingo #EF3DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.01%

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

R = 43.14%
G = 11.01%
B = 45.85%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF3DFE (or 0xEF3DFE) is known color: Pink Flamingo. HEX triplet: EF, 3D and FE. RGB value is (239,61,254). Sum of RGB (Red+Green+Blue) = 239+61+254=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 61 (24.22% from 255 or 11.01% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF3DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF3DFE is #10C201. Grayscale: #878787. Windows color (decimal): -1098242 or 16661999. OLE color: 16661999.

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

Color convert

RGB 239 61 254 -
CMYK 0.06 0.76 0 0.00
HSL 295.34º 0.99% 0.62% -
HSV(B) 295.34º 0.76% 1% -
XYZ 55.15 28.84 96.43 -
YUV 136.22 194.47 201.31 -
System Red Green Blue C M Y K H S L
Decimal 239 61 254 0.06 0.76 0 0.00 295.34 0.99 0.62
Hex EF 3D FE 6 4C 0 0 127 63 3E
Octal 357 75 376 6 114 0 0 447 143 76
Binary 11101111 111101 11111110 110 1001100 0 0 100100111 1100011 111110

Color Harmonies of #EF3DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3DFE

Black with #EF3DFE

Text Example


Text Example

White with #EF3DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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