Html Css Color HEX #EF5EFF Pink Flamingo

📋 copy color: '#EF5EFF'

red 239 ◦ green 94 ◦ blue 255

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

Shades of Pink Flamingo #EF5EFF

Tints of Pink Flamingo #EF5EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 15.99%

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

R = 40.65%
G = 15.99%
B = 43.37%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF5EFF (or 0xEF5EFF) is known color: Pink Flamingo. HEX triplet: EF, 5E and FF. RGB value is (239,94,255). Sum of RGB (Red+Green+Blue) = 239+94+255=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 94 (37.11% from 255 or 15.99% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF5EFF is #10A100. Grayscale: #9B9B9B. Windows color (decimal): -1089793 or 16735983. OLE color: 16735983.

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

Color convert

RGB 239 94 255 -
CMYK 0.06 0.63 0 0
HSL 294.04º 1% 0.68% -
HSV(B) 294.04º 0.63% 1% -
XYZ 57.65 33.58 98.05 -
YUV 155.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 239 94 255 0.06 0.63 0 0 294.04 1 0.68
Hex EF 5E FF 6 3F 0 0 126 64 44
Octal 357 136 377 6 77 0 0 446 144 104
Binary 11101111 1011110 11111111 110 111111 0 0 100100110 1100100 1000100

Color Harmonies of #EF5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5EFF

Black with #EF5EFF

Text Example


Text Example

White with #EF5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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