Html Css Color HEX #EF69F5 Pink Flamingo

📋 copy color: '#EF69F5'

red 239 ◦ green 105 ◦ blue 245

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

Shades of Pink Flamingo #EF69F5

Tints of Pink Flamingo #EF69F5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 17.83%

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

R = 40.58%
G = 17.83%
B = 41.6%

CMYK

 C value IS 0.02

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EF69F5 (or 0xEF69F5) is known color: Pink Flamingo. HEX triplet: EF, 69 and F5. RGB value is (239,105,245). Sum of RGB (Red+Green+Blue) = 239+105+245=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 105 (41.41% from 255 or 17.83% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF69F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF69F5 is #10960A. Grayscale: #A0A0A0. Windows color (decimal): -1086987 or 16083439. OLE color: 16083439.

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

Color convert

RGB 239 105 245 -
CMYK 0.02 0.57 0 0.04
HSL 297.43º 0.88% 0.69% -
HSV(B) 297.43º 0.57% 0.96% -
XYZ 57.13 35.05 90.14 -
YUV 161.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 239 105 245 0.02 0.57 0 0.04 297.43 0.88 0.69
Hex EF 69 F5 2 39 0 4 129 58 45
Octal 357 151 365 2 71 0 4 451 130 105
Binary 11101111 1101001 11110101 10 111001 0 100 100101001 1011000 1000101

Color Harmonies of #EF69F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69F5

Black with #EF69F5

Text Example


Text Example

White with #EF69F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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