Html Css Color HEX #EF66F5 Pink Flamingo

📋 copy color: '#EF66F5'

red 239 ◦ green 102 ◦ blue 245

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

Shades of Pink Flamingo #EF66F5

Tints of Pink Flamingo #EF66F5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 17.41%

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

R = 40.78%
G = 17.41%
B = 41.81%

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

#EF66F5 (or 0xEF66F5) is known color: Pink Flamingo. HEX triplet: EF, 66 and F5. RGB value is (239,102,245). Sum of RGB (Red+Green+Blue) = 239+102+245=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 102 (40.23% from 255 or 17.41% from 586); Blue value is 245 (96.09% from 255 or 41.81% from 586); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF66F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF66F5 is #10990A. Grayscale: #9E9E9E. Windows color (decimal): -1087755 or 16082671. OLE color: 16082671.

HSL color Cylindrical-coordinate representation of color #EF66F5: hue angle of 297.48º 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 #EF66F5 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 239 102 245 -
CMYK 0.02 0.58 0 0.04
HSL 297.48º 0.88% 0.68% -
HSV(B) 297.48º 0.58% 0.96% -
XYZ 56.83 34.45 90.04 -
YUV 159.27 176.39 184.87 -
System Red Green Blue C M Y K H S L
Decimal 239 102 245 0.02 0.58 0 0.04 297.48 0.88 0.68
Hex EF 66 F5 2 3A 0 4 129 58 44
Octal 357 146 365 2 72 0 4 451 130 104
Binary 11101111 1100110 11110101 10 111010 0 100 100101001 1011000 1000100

Color Harmonies of #EF66F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66F5

Black with #EF66F5

Text Example


Text Example

White with #EF66F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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