Html Css Color HEX #EF5AFE Pink Flamingo

📋 copy color: '#EF5AFE'

red 239 ◦ green 90 ◦ blue 254

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

Shades of Pink Flamingo #EF5AFE

Tints of Pink Flamingo #EF5AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 15.44%

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

R = 40.99%
G = 15.44%
B = 43.57%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EF5AFE (or 0xEF5AFE) is known color: Pink Flamingo. HEX triplet: EF, 5A and FE. RGB value is (239,90,254). Sum of RGB (Red+Green+Blue) = 239+90+254=583 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.99% from 583); Green value is 90 (35.55% from 255 or 15.44% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #EF5AFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AFE is #10A501. Grayscale: #989898. Windows color (decimal): -1090818 or 16669423. OLE color: 16669423.

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

Color convert

RGB 239 90 254 -
CMYK 0.06 0.65 0 0.00
HSL 294.51º 0.99% 0.67% -
HSV(B) 294.51º 0.65% 1% -
XYZ 57.14 32.82 97.09 -
YUV 153.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 239 90 254 0.06 0.65 0 0.00 294.51 0.99 0.67
Hex EF 5A FE 6 41 0 0 127 63 43
Octal 357 132 376 6 101 0 0 447 143 103
Binary 11101111 1011010 11111110 110 1000001 0 0 100100111 1100011 1000011

Color Harmonies of #EF5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AFE

Black with #EF5AFE

Text Example


Text Example

White with #EF5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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