Html Css Color HEX #EF5AFF Pink Flamingo

📋 copy color: '#EF5AFF'

red 239 ◦ green 90 ◦ blue 255

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

Shades of Pink Flamingo #EF5AFF

Tints of Pink Flamingo #EF5AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.66%

R = 40.92%
G = 15.41%
B = 43.66%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF5AFF (or 0xEF5AFF) is known color: Pink Flamingo. HEX triplet: EF, 5A and FF. RGB value is (239,90,255). Sum of RGB (Red+Green+Blue) = 239+90+255=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5AFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5AFF is #10A500. Grayscale: #989898. Windows color (decimal): -1090817 or 16734959. OLE color: 16734959.

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

Color convert

RGB 239 90 255 -
CMYK 0.06 0.65 0 0
HSL 294.18º 1% 0.68% -
HSV(B) 294.18º 0.65% 1% -
XYZ 57.3 32.88 97.93 -
YUV 153.36 185.36 189.08 -
System Red Green Blue C M Y K H S L
Decimal 239 90 255 0.06 0.65 0 0 294.18 1 0.68
Hex EF 5A FF 6 41 0 0 126 64 44
Octal 357 132 377 6 101 0 0 446 144 104
Binary 11101111 1011010 11111111 110 1000001 0 0 100100110 1100100 1000100

Color Harmonies of #EF5AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5AFF

Black with #EF5AFF

Text Example


Text Example

White with #EF5AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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