Html Css Color HEX #EF65FF Pink Flamingo

📋 copy color: '#EF65FF'

red 239 ◦ green 101 ◦ blue 255

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

Shades of Pink Flamingo #EF65FF

Tints of Pink Flamingo #EF65FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.86%

R = 40.17%
G = 16.97%
B = 42.86%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF65FF (or 0xEF65FF) is known color: Pink Flamingo. HEX triplet: EF, 65 and FF. RGB value is (239,101,255). Sum of RGB (Red+Green+Blue) = 239+101+255=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 101 (39.84% from 255 or 16.97% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF65FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF65FF is #109A00. Grayscale: #9F9F9F. Windows color (decimal): -1088001 or 16737775. OLE color: 16737775.

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

Color convert

RGB 239 101 255 -
CMYK 0.06 0.60 0 0
HSL 293.77º 1% 0.7% -
HSV(B) 293.77º 0.6% 1% -
XYZ 58.3 34.88 98.27 -
YUV 159.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 239 101 255 0.06 0.60 0 0 293.77 1 0.7
Hex EF 65 FF 6 3C 0 0 126 64 46
Octal 357 145 377 6 74 0 0 446 144 106
Binary 11101111 1100101 11111111 110 111100 0 0 100100110 1100100 1000110

Color Harmonies of #EF65FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF65FF

Black with #EF65FF

Text Example


Text Example

White with #EF65FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF65FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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