Html Css Color HEX #EF65FA Pink Flamingo

📋 copy color: '#EF65FA'

red 239 ◦ green 101 ◦ blue 250

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

Shades of Pink Flamingo #EF65FA

Tints of Pink Flamingo #EF65FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.12%

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 40.51%
G = 17.12%
B = 42.37%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF65FA (or 0xEF65FA) is known color: Pink Flamingo. HEX triplet: EF, 65 and FA. RGB value is (239,101,250). Sum of RGB (Red+Green+Blue) = 239+101+250=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 101 (39.84% from 255 or 17.12% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #EF65FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FA is #109A05. Grayscale: #9E9E9E. Windows color (decimal): -1088006 or 16410095. OLE color: 16410095.

HSL color Cylindrical-coordinate representation of color #EF65FA: hue angle of 295.57º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF65FA is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 101 250 -
CMYK 0.04 0.60 0 0.02
HSL 295.57º 0.94% 0.69% -
HSV(B) 295.57º 0.6% 0.98% -
XYZ 57.51 34.56 94.08 -
YUV 159.25 179.22 184.88 -
System Red Green Blue C M Y K H S L
Decimal 239 101 250 0.04 0.60 0 0.02 295.57 0.94 0.69
Hex EF 65 FA 4 3C 0 2 128 5E 45
Octal 357 145 372 4 74 0 2 450 136 105
Binary 11101111 1100101 11111010 100 111100 0 10 100101000 1011110 1000101

Color Harmonies of #EF65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65FA

Black with #EF65FA

Text Example


Text Example

White with #EF65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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