Html Css Color HEX #EF68F5 Pink Flamingo

📋 copy color: '#EF68F5'

red 239 ◦ green 104 ◦ blue 245

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

Shades of Pink Flamingo #EF68F5

Tints of Pink Flamingo #EF68F5

RGB

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

 GREEN value IS 104 (41.02% from 255) = 17.69%

 BLUE value IS 245 (96.09% from 255) = 41.67%

R = 40.65%
G = 17.69%
B = 41.67%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF68F5 (or 0xEF68F5) is known color: Pink Flamingo. HEX triplet: EF, 68 and F5. RGB value is (239,104,245). Sum of RGB (Red+Green+Blue) = 239+104+245=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 104 (41.02% from 255 or 17.69% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF68F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF68F5 is #10970A. Grayscale: #A0A0A0. Windows color (decimal): -1087243 or 16083183. OLE color: 16083183.

HSL color Cylindrical-coordinate representation of color #EF68F5: hue angle of 297.45º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF68F5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 104 245 -
CMYK 0.02 0.58 0 0.04
HSL 297.45º 0.88% 0.68% -
HSV(B) 297.45º 0.58% 0.96% -
XYZ 57.03 34.84 90.11 -
YUV 160.44 175.73 184.04 -
System Red Green Blue C M Y K H S L
Decimal 239 104 245 0.02 0.58 0 0.04 297.45 0.88 0.68
Hex EF 68 F5 2 3A 0 4 129 58 44
Octal 357 150 365 2 72 0 4 451 130 104
Binary 11101111 1101000 11110101 10 111010 0 100 100101001 1011000 1000100

Color Harmonies of #EF68F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68F5

Black with #EF68F5

Text Example


Text Example

White with #EF68F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68F5; }

 p { color: rgb(239,104,245); }

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

background-color css

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

 a { background-color: rgb(239,104,245); }

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

border-color css

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

 span { border-color: rgb(239,104,245); }

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