Html Css Color HEX #EF65FB Pink Flamingo

📋 copy color: '#EF65FB'

red 239 ◦ green 101 ◦ blue 251

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

Shades of Pink Flamingo #EF65FB

Tints of Pink Flamingo #EF65FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 40.44%
G = 17.09%
B = 42.47%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EF65FB (or 0xEF65FB) is known color: Pink Flamingo. HEX triplet: EF, 65 and FB. RGB value is (239,101,251). Sum of RGB (Red+Green+Blue) = 239+101+251=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 101 (39.84% from 255 or 17.09% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #EF65FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FB is #109A04. Grayscale: #9E9E9E. Windows color (decimal): -1088005 or 16475631. OLE color: 16475631.

HSL color Cylindrical-coordinate representation of color #EF65FB: hue angle of 295.2º degrees, saturation: 0.95, 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 #EF65FB is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 101 251 -
CMYK 0.05 0.60 0 0.02
HSL 295.2º 0.95% 0.69% -
HSV(B) 295.2º 0.6% 0.98% -
XYZ 57.66 34.62 94.91 -
YUV 159.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 239 101 251 0.05 0.60 0 0.02 295.2 0.95 0.69
Hex EF 65 FB 5 3C 0 2 127 5F 45
Octal 357 145 373 5 74 0 2 447 137 105
Binary 11101111 1100101 11111011 101 111100 0 10 100100111 1011111 1000101

Color Harmonies of #EF65FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65FB

Black with #EF65FB

Text Example


Text Example

White with #EF65FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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