#EF65FD

Color #EF65FD Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EF65FD

Tints of Pink Flamingo #EF65FD

Color information

#EF65FD (or 0xEF65FD) is unknown color: approx Pink Flamingo. HEX triplet: EF, 65 and FD. RGB value is (239,101,253). Sum of RGB (Red+Green+Blue) = 239+101+253=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #EF65FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FD is #109A02. Grayscale: #9F9F9F. Windows color (decimal): -1088003 or 16606703. OLE color: 16606703.

HSL color Cylindrical-coordinate representation of color #EF65FD: hue angle of 294.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF65FD is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB239101253-
CMYK0.060.6000.01
HSL294.47º97.44%69.41%-
HSV(B)294.47º60.08%99.22%-
XYZ57.9834.7596.58-
YUV159.59180.72184.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 101 (39.84% from 255) = 17.03%
BLUE value IS 253 (99.22% from 255) = 42.66%
R=40.30%
G=17.03%
B=42.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2391012530.060.6000.01294.4797.4469.41
HexEF65FD63C011266145
Octal35714537567401446141105
Binary111011111100101111111011101111000110010011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65FD; }

 p { color: rgb(239,101,253); }

 H1.HeaderClassName
 {
   color: #EF65FD;
 }
 .AnyTagClassName
 {
   color: #EF65FD;
 }
</style>
background-color css

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

 a { background-color: rgb(239,101,253); }

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

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

 span { border-color: rgb(239,101,253); }

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