Html Css Color HEX #EF53FE Pink Flamingo

📋 copy color: '#EF53FE'

red 239 ◦ green 83 ◦ blue 254

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

Shades of Pink Flamingo #EF53FE

Tints of Pink Flamingo #EF53FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.41%

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

R = 41.49%
G = 14.41%
B = 44.1%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF53FE (or 0xEF53FE) is known color: Pink Flamingo. HEX triplet: EF, 53 and FE. RGB value is (239,83,254). Sum of RGB (Red+Green+Blue) = 239+83+254=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 83 (32.81% from 255 or 14.41% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF53FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF53FE is #10AC01. Grayscale: #949494. Windows color (decimal): -1092610 or 16667631. OLE color: 16667631.

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

Color convert

RGB 239 83 254 -
CMYK 0.06 0.67 0 0.00
HSL 294.74º 0.99% 0.66% -
HSV(B) 294.74º 0.67% 1% -
XYZ 56.58 31.69 96.9 -
YUV 149.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 239 83 254 0.06 0.67 0 0.00 294.74 0.99 0.66
Hex EF 53 FE 6 43 0 0 127 63 42
Octal 357 123 376 6 103 0 0 447 143 102
Binary 11101111 1010011 11111110 110 1000011 0 0 100100111 1100011 1000010

Color Harmonies of #EF53FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF53FE

Black with #EF53FE

Text Example


Text Example

White with #EF53FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF53FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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