Html Css Color HEX #EF38FE Pink Flamingo

📋 copy color: '#EF38FE'

red 239 ◦ green 56 ◦ blue 254

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

Shades of Pink Flamingo #EF38FE

Tints of Pink Flamingo #EF38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.2%

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

R = 43.53%
G = 10.2%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF38FE (or 0xEF38FE) is known color: Pink Flamingo. HEX triplet: EF, 38 and FE. RGB value is (239,56,254). Sum of RGB (Red+Green+Blue) = 239+56+254=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 56 (22.27% from 255 or 10.20% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF38FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF38FE is #10C701. Grayscale: #848484. Windows color (decimal): -1099522 or 16660719. OLE color: 16660719.

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

Color convert

RGB 239 56 254 -
CMYK 0.06 0.78 0 0.00
HSL 295.45º 0.99% 0.61% -
HSV(B) 295.45º 0.78% 1% -
XYZ 54.9 28.33 96.34 -
YUV 133.29 196.13 203.4 -
System Red Green Blue C M Y K H S L
Decimal 239 56 254 0.06 0.78 0 0.00 295.45 0.99 0.61
Hex EF 38 FE 6 4E 0 0 127 63 3D
Octal 357 70 376 6 116 0 0 447 143 75
Binary 11101111 111000 11111110 110 1001110 0 0 100100111 1100011 111101

Color Harmonies of #EF38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF38FE

Black with #EF38FE

Text Example


Text Example

White with #EF38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF38FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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